]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
isdn/gigaset: use USB API function usb_endpoint_num()
authorTilman Schmidt <tilman@imap.cc>
Fri, 3 Oct 2014 15:03:32 +0000 (17:03 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Oct 2014 01:17:52 +0000 (21:17 -0400)
commit7b0c67e49545b523f21b625ba123f6ba2f553dcd
tree1a3d2169143554a5716a6798477ad3099107e988
parent434d13ba399d40b3dc87f7d0b954a3f65d06f519
isdn/gigaset: use USB API function usb_endpoint_num()

Use function usb_endpoint_num() for the bulk endpoint and store
the endpoint number in the cardstate structure instead of the raw
endpoint address value.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/gigaset/usb-gigaset.c