linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] Drivers: Staging: pi433: remove unsused case
@ 2018-07-21 12:17 Mark Railton
  2018-07-24 12:00 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Railton @ 2018-07-21 12:17 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Mark Railton

Removed a commented out case statement

Signed-off-by: Mark Railton <mark@markrailton.com>
---
 drivers/staging/pi433/rf69.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/pi433/rf69.c b/drivers/staging/pi433/rf69.c
index 14826fb505dd..b2d69af6d3fe 100644
--- a/drivers/staging/pi433/rf69.c
+++ b/drivers/staging/pi433/rf69.c
@@ -617,9 +617,6 @@ bool rf69_get_flag(struct spi_device *spi, enum flag flag)
 		return (rf69_read_reg(spi, REG_IRQFLAGS1) & MASK_IRQFLAGS1_SYNC_ADDRESS_MATCH);
 	case fifo_full:
 		return (rf69_read_reg(spi, REG_IRQFLAGS2) & MASK_IRQFLAGS2_FIFO_FULL);
-/*	case fifo_not_empty:
- *		return (rf69_read_reg(spi, REG_IRQFLAGS2) & MASK_IRQFLAGS2_FIFO_NOT_EMPTY);
- */
 	case fifo_empty:
 		return !(rf69_read_reg(spi, REG_IRQFLAGS2) & MASK_IRQFLAGS2_FIFO_NOT_EMPTY);
 	case fifo_level_below_threshold:
-- 
2.17.1


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

* Re: [PATCH 2/2] Drivers: Staging: pi433: remove unsused case
  2018-07-21 12:17 [PATCH 2/2] Drivers: Staging: pi433: remove unsused case Mark Railton
@ 2018-07-24 12:00 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-07-24 12:00 UTC (permalink / raw)
  To: Mark Railton; +Cc: devel, linux-kernel

On Sat, Jul 21, 2018 at 01:17:58PM +0100, Mark Railton wrote:
> Removed a commented out case statement
> 
> Signed-off-by: Mark Railton <mark@markrailton.com>
> ---
>  drivers/staging/pi433/rf69.c | 3 ---
>  1 file changed, 3 deletions(-)

Where is patch 1/2 of this series?

And this patch doesn't apply at all, what tree did you make it against?

Please fix up and resend.

thanks,

greg k-h

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

end of thread, other threads:[~2018-07-24 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21 12:17 [PATCH 2/2] Drivers: Staging: pi433: remove unsused case Mark Railton
2018-07-24 12:00 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).