[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1443106967-1972-1-git-send-email-r.baldyga@samsung.com>
Date: Thu, 24 Sep 2015 17:02:45 +0200
From: Robert Baldyga <r.baldyga@...sung.com>
To: balbi@...com
Cc: gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, andrzej.p@...sung.com,
b.zolnierkie@...sung.com, Robert Baldyga <r.baldyga@...sung.com>
Subject: [PATCH 0/2] usb: gadget: fixes for f_sourcesink and f_loopback
Hi Felipe,
There are two bugfix patches. The problem was that function parameters
in f_sourcesink and f_loopback were stored in global variables, and in
result setting parameters in one function instance caused overwriting
them in all other instances. This patchset fixes this problem by replacing
global variables with per instance parameters.
Best regards,
Robert Baldyga
Robert Baldyga (2):
usb: gadget: f_sourcesink: fix function params handling
usb: gadget: f_loopfack: fix function params handling
drivers/usb/gadget/function/f_loopback.c | 22 +++---
drivers/usb/gadget/function/f_sourcesink.c | 120 +++++++++++++++--------------
2 files changed, 74 insertions(+), 68 deletions(-)
--
1.9.1
--
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