Re: [PATCH] Staging: rts5208: changes style of memory allocation in rtsx.c

2016-03-11 Thread Greg KH
On Fri, Mar 11, 2016 at 08:43:27AM +0100, Ben Marsh wrote: > This is a patch to rtsx.c that changes the style of memory allocation in > order to remove a checkpatch.pl warning. > > Signed-off-by: Ben Marsh > --- > drivers/staging/rts5208/rtsx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[PATCH] Staging: rts5208: changes style of memory allocation in rtsx.c

2016-03-10 Thread Ben Marsh
This is a patch to rtsx.c that changes the style of memory allocation in order to remove a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/rts5208/rtsx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts52