[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140822.122725.770028169477728776.davem@davemloft.net>
Date: Fri, 22 Aug 2014 12:27:25 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: himangi774@...il.com
Cc: hjlipp@....de, tilman@...p.cc, isdn@...ux-pingi.de,
gigaset307x-common@...ts.sourceforge.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, julia.lawall@...6.fr
Subject: Re: [PATCH] isdn/gigaset: use USB API functions rather than
constants
From: Himangi Saraogi <himangi774@...il.com>
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_NUMBER_MASK\|0x0f\))
> + usb_endpoint_num(epd)
>
> Signed-off-by: Himangi Saraogi <himangi774@...il.com>
> Acked-by: Julia Lawall <julia.lawall@...6.fr>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists