commit | 78c696c19578ff2bb14622304e63d7beb54206e5 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Wed Jun 20 12:40:25 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 22 13:54:39 2018 +0900 |
tree | 97fae471e7f4a1bb51fb238c52888a7b0bf2cb3b | |
parent | e8f5b035276a71125d9872cb59c00eac7d907a79 [diff] |
isdn: gigaset: 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: Paul Bolle <pebolle@tiscali.nl> Cc: Karsten Keil <isdn@linux-pingi.de> Cc: gigaset307x-common@lists.sourceforge.net Cc: netdev@vger.kernel.org Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>