lkml.org 
[lkml]   [2022]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v7 2/3] thunderbolt: Modify tb_nvm major and minor size.
    Date
    From: Szuying Chen <Chloe_Chen@asmedia.com.tw>

    The patch modify tb_nvm->major and tb_nvm->minor size to u32 that support
    diffrent vendor's NVM version show.

    Signed-off-by: Szuying Chen <Chloe_Chen@asmedia.com.tw>
    ---
    Modify tb_nvm->major and tb_nvm->minor size to u32.

    drivers/thunderbolt/tb.h | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/thunderbolt/tb.h b/drivers/thunderbolt/tb.h
    index fc32737fcde4..9cf62d5f25d2 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;
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-08-29 13:27    [W:3.266 / U:0.192 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site