Re: [PATCH] mips:sgi-ip22:Check return value from kzalloc

2018-07-30 Thread Paul Burton
Hi Raghu, On Tue, Jul 17, 2018 at 05:11:45PM +0530, RAGHU Halharvi wrote: > Signed-off-by: RAGHU Halharvi > --- > arch/mips/sgi-ip22/ip22-gio.c | 2 ++ > 1 file changed, 2 insertions(+) You should write a commit message, even for trivial patches, which describes the motivation for the patch.

Re: [PATCH] mips:sgi-ip22:Check return value from kzalloc

2018-07-30 Thread Paul Burton
Hi Raghu, On Tue, Jul 17, 2018 at 05:11:45PM +0530, RAGHU Halharvi wrote: > Signed-off-by: RAGHU Halharvi > --- > arch/mips/sgi-ip22/ip22-gio.c | 2 ++ > 1 file changed, 2 insertions(+) You should write a commit message, even for trivial patches, which describes the motivation for the patch.

[PATCH] mips:sgi-ip22:Check return value from kzalloc

2018-07-17 Thread RAGHU Halharvi
Signed-off-by: RAGHU Halharvi --- arch/mips/sgi-ip22/ip22-gio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/sgi-ip22/ip22-gio.c b/arch/mips/sgi-ip22/ip22-gio.c index b225033aade6..5aaf40a1743b 100644 --- a/arch/mips/sgi-ip22/ip22-gio.c +++ b/arch/mips/sgi-ip22/ip22-gio.c @@

[PATCH] mips:sgi-ip22:Check return value from kzalloc

2018-07-17 Thread RAGHU Halharvi
Signed-off-by: RAGHU Halharvi --- arch/mips/sgi-ip22/ip22-gio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/sgi-ip22/ip22-gio.c b/arch/mips/sgi-ip22/ip22-gio.c index b225033aade6..5aaf40a1743b 100644 --- a/arch/mips/sgi-ip22/ip22-gio.c +++ b/arch/mips/sgi-ip22/ip22-gio.c @@