On Fri, Mar 22, 2013 at 06:07:26PM +0400, Sergei Shtylyov wrote: > Hello. > > On 22-03-2013 17:20, Michael Grzeschik wrote: > > >The option gfp_flags is prepared in ep_queue and currently > >not used. This patch propagates the flag through all users > >down to the dma_pool_alloc function to consume it. > > >Signed-off-by: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> > >--- > > drivers/usb/chipidea/udc.c | 10 +++++----- > > 1 file changed, 5 insertions(+), 5 deletions(-) > > >diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c > >index 720e31e..834aa7e 100644 > >--- a/drivers/usb/chipidea/udc.c > >+++ b/drivers/usb/chipidea/udc.c > >@@ -397,7 +397,7 @@ static void vbus_work(struct work_struct *work) > > * > > * This function returns an error code > > */ > >-static int _hardware_enqueue(struct ci13xxx_ep *mEp, struct ci13xxx_req *mReq) > >+static int _hardware_enqueue(struct ci13xxx_ep *mEp, struct ci13xxx_req *mReq, gfp_t gfp_flags) > > This line seems longer than 80 chars. Please wrap appropriately. Correct, i will fix it. Thanks, Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html