2015-01-09 18:21 GMT+01:00 Wolfram Sang :
> Let the core do the checks if HW quirks prevent a transfer. Saves code
> from drivers and adds consistency.
>
> Signed-off-by: Wolfram Sang
> ---
> drivers/i2c/i2c-core.c | 53
> ++
> 1 file changed, 53 i
; Cc: Michal Hocko
> Cc: Matthew Wilcox
> Acked-by: James Morse
> Signed-off-by: David Hildenbrand
Reviewed-by: Matthias Brugger
> ---
> arch/arm64/kernel/machine_kexec.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/kernel/machine_kexec.c
&
default:
dev_err_ratelimited(dev->dev, "tx urb failed: %d\n",
urb->status);
- fallthrough;
- case 0:
break;
}
Reviewed-by: Matthias Brugger
On 24/04/2019 08:33, Pingfan Liu wrote:
> At present, both return and crash_size should be checked to guarantee the
> success of parse_crashkernel().
>
> Take a close look at the cases, which causes crash_size=0. Beside syntax
> error, three cases cause parsing to get crash_size=0.
> -1st. in p
/mtk-pmic-wrap.c | 4 ++--
For Mediatek:
Acked-by: Matthias Brugger
DX-License-Identifier: GPL-2.0+
> /*
> * Mediatek Watchdog Driver
> *
> @@ -5,16 +6,6 @@
> *
> * Matthias Brugger
> *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as