Skip to content

Commit

Permalink
media: dvb-frontends/mxl58x: Fix memcpy warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycat69 committed Oct 23, 2023
1 parent bfcdb6f commit acd9d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb-frontends/mxl58x.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct mxl_base {

struct mutex i2c_lock;
struct mutex status_lock;
u8 buf[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN];
u8 buf[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN+8];

u32 cmd_size;
u8 cmd_data[MAX_CMD_DATA];
Expand Down

0 comments on commit acd9d20

Please sign in to comment.