summaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez2009-05-22 04:46:45 +0200
committerInaky Perez-Gonzalez2009-06-11 12:30:22 +0200
commitb4bd07e3b13e3c848c7678c4fc870cca1d22ed4e (patch)
tree56913e329212b41525d581443bb7329c4eaf8570 /Kbuild
parentwimax/i2400m: fix panic due to missed corner cases on tail_room calculation (diff)
downloadkernel-qcow2-linux-b4bd07e3b13e3c848c7678c4fc870cca1d22ed4e.tar.gz
kernel-qcow2-linux-b4bd07e3b13e3c848c7678c4fc870cca1d22ed4e.tar.xz
kernel-qcow2-linux-b4bd07e3b13e3c848c7678c4fc870cca1d22ed4e.zip
wimax/i2400m: don't reset device on i2400m_dev_shutdown()
i2400m_dev_shutdown() tried to reset the device to put it in a known state before shutting down. But that turned out to be pointless. We reach this case in two paths: 1 - when the device resets, to clean up state 2 - when the driver is unloaded, for the same however, in both cases it is pointless; in (1) the device is already reset, why do it again? in (2) we can't -- the USB stack, for example, doesn't allow communicating with the device when the driver is being unbound and if the device is disconnected, the device is gone already. So just remove it. Leave the function as a placeholder for future cleanups that will be done from data allocated by the driver during device operation. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions