summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xen-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xen-hcd.c')
-rw-r--r--drivers/usb/host/xen-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xen-hcd.c b/drivers/usb/host/xen-hcd.c
index 05943f2213e4..1c2a95fe41e5 100644
--- a/drivers/usb/host/xen-hcd.c
+++ b/drivers/usb/host/xen-hcd.c
@@ -1258,7 +1258,7 @@ static void xenhcd_disconnect(struct xenbus_device *dev)
static void xenhcd_watchdog(struct timer_list *timer)
{
- struct xenhcd_info *info = from_timer(info, timer, watchdog);
+ struct xenhcd_info *info = timer_container_of(info, timer, watchdog);
unsigned long flags;
spin_lock_irqsave(&info->lock, flags);