Linux USB
 help / color / mirror / Atom feed
* [PATCH] usb: typec: ucsi: ucsi_glink: Remove unneeded semicolon
@ 2023-06-27  8:24 baomingtong001
  2023-06-27  8:33 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: baomingtong001 @ 2023-06-27  8:24 UTC (permalink / raw)
  To: heikki.krogerus, gregkh, neil.armstrong, minhuadotchen, andersson
  Cc: linux-usb, linux-kernel

./drivers/usb/typec/ucsi/ucsi_glink.c:258:2-3: Unneeded semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.com>
---
  drivers/usb/typec/ucsi/ucsi_glink.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/typec/ucsi/ucsi_glink.c 
b/drivers/usb/typec/ucsi/ucsi_glink.c
index 1fe9cb5b6bd9..9b9685199d1a 100644
--- a/drivers/usb/typec/ucsi/ucsi_glink.c
+++ b/drivers/usb/typec/ucsi/ucsi_glink.c
@@ -255,7 +255,7 @@ static void pmic_glink_ucsi_callback(const void 
*data, size_t len, void *priv)
  	case UC_UCSI_USBC_NOTIFY_IND:
  		schedule_work(&ucsi->notify_work);
  		break;
-	};
+	}
  }

  static void pmic_glink_ucsi_pdr_notify(void *priv, int state)
-- 
2.40.1


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

end of thread, other threads:[~2023-06-27  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27  8:24 [PATCH] usb: typec: ucsi: ucsi_glink: Remove unneeded semicolon baomingtong001
2023-06-27  8:33 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox