diff options
author | Alan Cox <alan@linux.intel.com> | 2012-10-11 06:22:03 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-11 19:12:33 (GMT) |
commit | 0abc1ceec52fcb9f962a2cd52e89baccccbc1d2e (patch) | |
tree | 19b8ace1e7e5833c5c0a9b216997dec01af52f94 /drivers | |
parent | 8edc0e624db3756783233e464879eb2e3b904c13 (diff) | |
download | linux-0abc1ceec52fcb9f962a2cd52e89baccccbc1d2e.tar.xz |
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>
Diffstat (limited to 'drivers')
-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 c75e11e..afb117c 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, |