]> git.baikalelectronics.ru Git - kernel.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)
commit11118fb17ba7f7c07599a3668199521ca5b89e66
tree1a3d2169143554a5716a6798477ad3099107e988
parentf9c136b6e677b4cff40e66c53c8b59a15a2214bc
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