mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
zd1201: treat firmware data as const
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
0bc202e0fd
commit
45ef0bdb18
@ -49,7 +49,7 @@ MODULE_DEVICE_TABLE(usb, zd1201_table);
|
||||
static int zd1201_fw_upload(struct usb_device *dev, int apfw)
|
||||
{
|
||||
const struct firmware *fw_entry;
|
||||
char *data;
|
||||
const char *data;
|
||||
unsigned long len;
|
||||
int err;
|
||||
unsigned char ret;
|
||||
|
Loading…
Reference in New Issue
Block a user