diff options
Diffstat (limited to 'drivers/net/irda/stir4200.c')
-rw-r--r-- | drivers/net/irda/stir4200.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/irda/stir4200.c b/drivers/net/irda/stir4200.c index 83c605e8824c..66f488c13717 100644 --- a/drivers/net/irda/stir4200.c +++ b/drivers/net/irda/stir4200.c | |||
@@ -1128,8 +1128,8 @@ static void stir_disconnect(struct usb_interface *intf) | |||
1128 | } | 1128 | } |
1129 | 1129 | ||
1130 | #ifdef CONFIG_PM | 1130 | #ifdef CONFIG_PM |
1131 | /* Power management suspend, so power off the transmitter/receiver */ | 1131 | /* USB suspend, so power off the transmitter/receiver */ |
1132 | static int stir_suspend(struct usb_interface *intf, u32 state) | 1132 | static int stir_suspend(struct usb_interface *intf, pm_message_t message) |
1133 | { | 1133 | { |
1134 | struct stir_cb *stir = usb_get_intfdata(intf); | 1134 | struct stir_cb *stir = usb_get_intfdata(intf); |
1135 | 1135 | ||