Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303956
b: refs/heads/master
c: f73e1ff
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 15, 2012
1 parent dba16f0 commit 494146d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 689c2781ee9d16069a436964f014ffc260af99e5
refs/heads/master: f73e1ffa27434772f57a9a7daaa508d06c56fddf
7 changes: 4 additions & 3 deletions trunk/drivers/usb/serial/ipaq.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ static int ipaq_calc_num_ports(struct usb_serial *serial)
*/
int ipaq_num_ports = 1;

dbg("%s - numberofendpoints: %d", __FUNCTION__,
dev_dbg(&serial->dev->dev, "%s - numberofendpoints: %d\n", __func__,
(int)serial->interface->cur_altsetting->desc.bNumEndpoints);

/*
Expand Down Expand Up @@ -603,8 +603,9 @@ static int ipaq_startup(struct usb_serial *serial)
return -ENODEV;
}

dbg("%s - iPAQ module configured for %d ports",
__FUNCTION__, serial->num_ports);
dev_dbg(&serial->dev->dev,
"%s - iPAQ module configured for %d ports\n", __func__,
serial->num_ports);

return usb_reset_configuration(serial->dev);
}
Expand Down

0 comments on commit 494146d

Please sign in to comment.