Message ID | 20220902094010.2170-3-chensiying21@gmail.com |
---|---|
State | New |
Headers | show |
Series | thunderbolt: add vendor's NVM formats | expand |
diff --git a/drivers/thunderbolt/tb.h b/drivers/thunderbolt/tb.h index 7ef571f88606..f3f834511983 100644 --- a/drivers/thunderbolt/tb.h +++ b/drivers/thunderbolt/tb.h @@ -50,8 +50,8 @@ */ struct tb_nvm { struct device *dev; - u8 major; - u8 minor; + u32 major; + u32 minor; int id; struct nvmem_device *active; struct nvmem_device *non_active;