USB: ipaq: minor ipaq_open() cleanup.
authorLuiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Thu, 27 Jul 2006 13:30:43 +0000 (10:30 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:51 +0000 (11:58 -0700)
commit014aa2a3c32ebe33f97e9d219d91d3c5c7231bf7
treeab51798d1a84e0bd91d498d946a1e8b68576d15d
parent25d94e682ccb8938177bffafa67a7d21c7282a4a
USB: ipaq: minor ipaq_open() cleanup.

 Commit b512504e5671f83638be0ddr085c4b1832f623d3 made ipaq_open() a bit
messy by moving the read urb submission far from its usb_fill_bulk_urb()
call and the comment explaining what it does.

 This patch put they together again. Although only compiled tested, should
not break the fix introduced by b512504e5671f83638be0ddr085c4b1832f623d3,
of course.

Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ipaq.c