Guy Ellis of Transverse says that Nathan Williams,
nathan@traverse.com.au, will address this issue when he returns
from vacation. So let's just wait for the 'official' fix.
On Tue, 22 Jul 2014 00:07:20 -0400
Nicholas Krause [off-list ref] wrote:
quoted hunk ↗ jump to hunk
This removes a fix me as the default statement for solos_bh is correct
and needs no fixing.
Signed-off-by: Nicholas Krause <redacted>
---
drivers/atm/solos-pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c
index 943cf0d..58a0a8f 100644
--- a/drivers/atm/solos-pci.c
+++ b/drivers/atm/solos-pci.c
@@ -851,7 +851,7 @@ static void solos_bh(unsigned long card_arg)
break;
case PKT_COMMAND:
- default: /* FIXME: Not really, surely? */
+ default:
if (process_command(card, port, skb))
break;
spin_lock(&card->cli_queue_lock);