Re: [PATCH] USB: apple-mfi-fastcharge: Use devm_kzalloc and simplify the code

2020-11-15 Thread Greg Kroah-Hartman
On Sun, Nov 15, 2020 at 08:13:51AM +, Lucas Tanure wrote: > On Sat, Nov 14, 2020 at 3:03 PM Greg Kroah-Hartman > wrote: > > > > On Sat, Nov 14, 2020 at 02:17:48PM +, Lucas Tanure wrote: > > > On Sat, Nov 14, 2020 at 12:56 PM Greg Kroah-Hartman > > > wrote: > > > > > > > > On Sat, Nov 14,

Re: [PATCH] USB: apple-mfi-fastcharge: Use devm_kzalloc and simplify the code

2020-11-15 Thread Lucas Tanure
On Sat, Nov 14, 2020 at 3:03 PM Greg Kroah-Hartman wrote: > > On Sat, Nov 14, 2020 at 02:17:48PM +, Lucas Tanure wrote: > > On Sat, Nov 14, 2020 at 12:56 PM Greg Kroah-Hartman > > wrote: > > > > > > On Sat, Nov 14, 2020 at 12:42:49PM +, Lucas Tanure wrote: > > > > Signed-off-by: Lucas

Re: [PATCH] USB: apple-mfi-fastcharge: Use devm_kzalloc and simplify the code

2020-11-14 Thread Greg Kroah-Hartman
On Sat, Nov 14, 2020 at 02:17:48PM +, Lucas Tanure wrote: > On Sat, Nov 14, 2020 at 12:56 PM Greg Kroah-Hartman > wrote: > > > > On Sat, Nov 14, 2020 at 12:42:49PM +, Lucas Tanure wrote: > > > Signed-off-by: Lucas Tanure > > > > I can't take patches without any changelog text, sorry. > >

Re: [PATCH] USB: apple-mfi-fastcharge: Use devm_kzalloc and simplify the code

2020-11-14 Thread Lucas Tanure
On Sat, Nov 14, 2020 at 12:56 PM Greg Kroah-Hartman wrote: > > On Sat, Nov 14, 2020 at 12:42:49PM +, Lucas Tanure wrote: > > Signed-off-by: Lucas Tanure > > I can't take patches without any changelog text, sorry. > > > --- > > drivers/usb/misc/apple-mfi-fastcharge.c | 17 + >

Re: [PATCH] USB: apple-mfi-fastcharge: Use devm_kzalloc and simplify the code

2020-11-14 Thread Greg Kroah-Hartman
On Sat, Nov 14, 2020 at 12:42:49PM +, Lucas Tanure wrote: > Signed-off-by: Lucas Tanure I can't take patches without any changelog text, sorry. > --- > drivers/usb/misc/apple-mfi-fastcharge.c | 17 + > 1 file changed, 5 insertions(+), 12 deletions(-) > > diff --git