Commit 45ef0bdb authored by David Woodhouse's avatar David Woodhouse Committed by David Woodhouse
Browse files

zd1201: treat firmware data as const

parent 0bc202e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;