]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
usb: chipidea: npcm: Fix coding style with clarification of data type
authorAndreas Kühn <andreas.kuehn@diekuehnen.com>
Tue, 3 Sep 2024 13:25:15 +0000 (15:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Sep 2024 13:34:49 +0000 (15:34 +0200)
Fixed coding style issue: unsigned to unsigned int.

Signed-off-by: Andreas Kühn <andreas.kuehn@diekuehnen.com>
Acked-by: Peter Chen <peter.chen@kernel.org>
Link: https://lore.kernel.org/r/20240903132535.15554-1-andreas.kuehn@diekuehnen.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/ci_hdrc_npcm.c

index c89c68f41ccc01c4e06b0cbb3e2cfc9fd8e0eb45..3e5e05dbda8904de33ebc6501644f4fee529aed5 100644 (file)
@@ -18,7 +18,7 @@ struct npcm_udc_data {
        struct ci_hdrc_platform_data pdata;
 };
 
-static int npcm_udc_notify_event(struct ci_hdrc *ci, unsigned event)
+static int npcm_udc_notify_event(struct ci_hdrc *ci, unsigned int event)
 {
        struct device *dev = ci->dev->parent;