On 2013年04月03日 17:25, Chen Gang wrote:
> inside the 'for' looping:
> the return value 'rv' may override if not have a check in time.
>
> the next checking (outside the 'for' looping):
> can not find failure which generated during the 'for' looping
>
> the fix is for:
> let outsi
On 04/06/2013 01:39 PM, Felipe Balbi wrote:
> On Sat, Apr 06, 2013 at 12:39:34PM +0800, Wei Yongjun wrote:
>> From: Wei Yongjun
>>
>> Fix to return a negative error code from the error handling
>> case instead of 0, as returned elsewhere in this function.
>>
>> Signed-off-by: Wei Yongjun
> patch
From: Wei Yongjun
Fix to return a negative error code from the error handling case instead
of 0, as returned elsewhere in this function.
Introduced by commit 59835a(usb: gadget: multi: use function framework for ACM.)
Signed-off-by: Wei Yongjun
---
v1 -> v2: add commit which added this problem.
From: Wei Yongjun
Fix to return a negative error code from the error handling
case instead of 0, as returned elsewhere in this function.
Introduced by commit 29a664(usb: gadget: cdc2: use function framework for ACM)
Signed-off-by: Wei Yongjun
---
v1 -> v2: add commit which added this problem.
-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Arnd Bergmann wrote:
> On Thursday 04 April 2013, Felipe Balbi wrote:
>> On Thu, Apr 04, 2013 at 01:42:18PM -0400, Alan Stern wrote:
> diff --git a/drivers/usb/misc/sisusbvga/Kconfig
> b/drivers/usb/misc/sisusbvga/Kconfig
> index 30ea7ca..
On 2013年04月06日 15:34, Chen Gang wrote:
> On 2013年04月03日 17:25, Chen Gang wrote:
>> inside the 'for' looping:
>> the return value 'rv' may override if not have a check in time.
>>
>> the next checking (outside the 'for' looping):
>> can not find failure which generated during the 'for' l
On Sat, Apr 06 2013, Wei Yongjun wrote:
> From: Wei Yongjun
>
> Fix to return a negative error code from the error handling case instead
> of 0, as returned elsewhere in this function.
> Introduced by commit 59835a(usb: gadget: multi: use function framework for
> ACM.)
>
> Signed-off-by: Wei Yong
Hello.
On 06-04-2013 1:26, Matthijs Kooijman wrote:
Before, the value of the hcchar register was shifted and masked and then
the debug output extracted the individual values out of the complete
hcchar register again. This commit makes the debug prints directly use
the original values instead.
Hello.
On 06-04-2013 1:27, Matthijs Kooijman wrote:
This function disables all "common interrupts", i.e., those that are
handled by the common interrupt handler.
Signed-off-by: Matthijs Kooijman
[...]
diff --git a/drivers/staging/dwc2/core.c b/drivers/staging/dwc2/core.c
index 1cadb93..a
Hello.
On 06-04-2013 1:27, Matthijs Kooijman wrote:
This simply defines a list of interrupts handled by the the host
interrupt handler.
Signed-off-by: Matthijs Kooijman
[...]
diff --git a/drivers/staging/dwc2/core.c b/drivers/staging/dwc2/core.c
index a3b8556..ab6844c 100644
--- a/driver
On 06.04.2013 1:27, Matthijs Kooijman wrote:
Before, it was a function that would set all members of a given struct
containing only int members to -1. Now, it is renamed to
dwc_set_all_params and it works only on the dwc2_core_params struct.
This makes sure that all of the slightly dubious casti
Hello,
I am testing a usb key connected on a IMX23-Olinuxino board. The
kernel panics at heavy usb trafic. This was build with the mxs
defconfig
This happens everytime with "dd if=/dev/sda of=/dev/null bs=4k". The
messages of the failure varies a lot from run to run.
I tested also on kernel vers
Alexandre,
On Sat, Apr 6, 2013 at 4:39 PM, Alexandre Pereira da Silva
wrote:
> Hello,
>
> I am testing a usb key connected on a IMX23-Olinuxino board. The
> kernel panics at heavy usb trafic. This was build with the mxs
> defconfig
>
> This happens everytime with "dd if=/dev/sda of=/dev/null bs=4
13 matches
Mail list logo