All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: removed unnecessary debug message to fix coding style warning
       [not found] <9a866392-332a-8c0b-eb9b-08931adf316c.ref@yahoo.com>
@ 2021-02-14 14:14 ` Ashish Vara
  2021-02-19  8:07     ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Ashish Vara @ 2021-02-14 14:14 UTC (permalink / raw)
  To: rspringer, toddpoynor, benchan, rcy, gregkh, devel, linux-kernel
  Cc: ashishvara89

From: Ashish Vara <ashishvara89@yahoo.com>

removed unnecessary out of memory message to fix coding style warning.

Signed-off-by: Ashish Vara <ashishvara89@yahoo.com>
---
 drivers/staging/gasket/gasket_page_table.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/gasket/gasket_page_table.c b/drivers/staging/gasket/gasket_page_table.c
index 6f6273c83822..2dbf3d9b8f34 100644
--- a/drivers/staging/gasket/gasket_page_table.c
+++ b/drivers/staging/gasket/gasket_page_table.c
@@ -262,8 +262,6 @@ int gasket_page_table_init(struct gasket_page_table **ppg_tbl,
 	if (bytes != 0) {
 		pg_tbl->entries = vzalloc(bytes);
 		if (!pg_tbl->entries) {
-			dev_dbg(device,
-				"No memory for address translation metadata\n");
 			kfree(pg_tbl);
 			*ppg_tbl = NULL;
 			return -ENOMEM;
-- 
2.25.1
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: removed unnecessary debug message to fix coding style warning
  2021-02-14 14:14 ` [PATCH] staging: removed unnecessary debug message to fix coding style warning Ashish Vara
@ 2021-02-19  8:07     ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2021-02-19  8:07 UTC (permalink / raw)
  To: Ashish Vara; +Cc: rspringer, toddpoynor, benchan, rcy, devel, linux-kernel

On Sun, Feb 14, 2021 at 07:44:52PM +0530, Ashish Vara wrote:
> From: Ashish Vara <ashishvara89@yahoo.com>
> 
> removed unnecessary out of memory message to fix coding style warning.
> 
> Signed-off-by: Ashish Vara <ashishvara89@yahoo.com>
> ---
>  drivers/staging/gasket/gasket_page_table.c | 2 --
>  1 file changed, 2 deletions(-)

Your subject line should mention the driver name that you are modifying,
right?  Look at how other commits have been done for this file, and copy
that format.

Please fix up and resend.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: removed unnecessary debug message to fix coding style warning
@ 2021-02-19  8:07     ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2021-02-19  8:07 UTC (permalink / raw)
  To: Ashish Vara; +Cc: devel, linux-kernel, rcy, rspringer, toddpoynor

On Sun, Feb 14, 2021 at 07:44:52PM +0530, Ashish Vara wrote:
> From: Ashish Vara <ashishvara89@yahoo.com>
> 
> removed unnecessary out of memory message to fix coding style warning.
> 
> Signed-off-by: Ashish Vara <ashishvara89@yahoo.com>
> ---
>  drivers/staging/gasket/gasket_page_table.c | 2 --
>  1 file changed, 2 deletions(-)

Your subject line should mention the driver name that you are modifying,
right?  Look at how other commits have been done for this file, and copy
that format.

Please fix up and resend.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-19  8:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <9a866392-332a-8c0b-eb9b-08931adf316c.ref@yahoo.com>
2021-02-14 14:14 ` [PATCH] staging: removed unnecessary debug message to fix coding style warning Ashish Vara
2021-02-19  8:07   ` Greg KH
2021-02-19  8:07     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.