Re: [PATCH] isdn/gigaset: use USB API functions rather than constants

2014-08-22 Thread David Miller
From: Himangi Saraogi Date: Fri, 15 Aug 2014 21:54:12 +0530 > This patch introduces the use of the function usb_endpoint_num. > > The Coccinelle semantic patch that makes these changes is as follows: > > @@ struct usb_endpoint_descriptor *epd; @@ > > - (epd->bEndpointAddress & \(USB_ENDPOINT_N

Re: [PATCH] isdn/gigaset: use USB API functions rather than constants

2014-08-16 Thread Tilman Schmidt
Am 15.08.2014 um 18:24 schrieb Himangi Saraogi: > This patch introduces the use of the function usb_endpoint_num. > > The Coccinelle semantic patch that makes these changes is as follows: > > @@ struct usb_endpoint_descriptor *epd; @@ > > - (epd->bEndpointAddress & \(USB_ENDPOINT_NUMBER_MASK\|0x