commit | 11791a6f7534906b4a01ffb54ba0b02ca39398ef | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Sun Aug 22 22:41:33 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Aug 25 14:33:20 2010 -0400 |
tree | ffda98258e1494287e0d2c29b55c2c71735d0e5f | |
parent | 049fbfeeb5c7edb260848a89af4895e3dabfa77e [diff] |
p54usb: fix off-by-one on !CONFIG_PM The ISL3887 chip needs a USB reset, whenever the usb-frontend module "p54usb" is reloaded. This patch fixes an off-by-one bug, if the user is running a kernel without the CONFIG_PM option set and for some reason (e.g.: compat-wireless) wants to switch between different p54usb modules. Cc: <stable@kernel.org> Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>