OSDN Git Service

isdn: hisax: st5481_usb: use usb_fill_int_urb()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 20 Jun 2018 10:40:27 +0000 (12:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Jun 2018 04:54:39 +0000 (13:54 +0900)
commite112ce43565492fae9a0481f26909899c0b60293
tree77b867cdebaf0fc2b3b1ec6751909192a219fb2b
parentdd3adc4e604a3d1ad71da489310221e136937efe
isdn: hisax: st5481_usb: use usb_fill_int_urb()

Using usb_fill_int_urb() helps to find code which initializes an
URB. A grep for members of the struct (like ->complete) reveal lots
of other things, too.

Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: netdev@vger.kernel.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hisax/st5481_usb.c