diff options
Diffstat (limited to 'drivers/net/usb/kaweth.c')
| -rw-r--r-- | drivers/net/usb/kaweth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/kaweth.c b/drivers/net/usb/kaweth.c index c75e11e1b38..afb117c16d2 100644 --- a/drivers/net/usb/kaweth.c +++ b/drivers/net/usb/kaweth.c @@ -424,7 +424,7 @@ static int kaweth_download_firmware(struct kaweth_device *kaweth,  	netdev_dbg(kaweth->net,  		   "Downloading firmware at %p to kaweth device at %p\n", -		   fw->data, kaweth); +		   kaweth->firmware_buf, kaweth);  	netdev_dbg(kaweth->net, "Firmware length: %d\n", data_len);  	return kaweth_control(kaweth,  |