mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
kaweth: print correct debug ptr
We nowdays copy the buffer and free fw->data, so make the debug printk use the right thing. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8edc0e624d
commit
0abc1ceec5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user