From: Naveen Kumar Parna <[email protected]>

This fixes checkpatch.pl warning "WARNING: Prefer 'unsigned int' to
bare use of 'unsigned'".

Signed-off-by: Naveen Kumar Parna <[email protected]>
---
 drivers/usb/serial/mos7840.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial/mos7840.c
index a698d46ba773..a610af4dea3f 100644
--- a/drivers/usb/serial/mos7840.c
+++ b/drivers/usb/serial/mos7840.c
@@ -1682,7 +1682,7 @@ static void mos7840_change_port_settings(struct 
tty_struct *tty,
        struct moschip_port *mos7840_port, struct ktermios *old_termios)
 {
        int baud;
-       unsigned cflag;
+       unsigned int cflag;
        __u8 lData;
        __u8 lParity;
        __u8 lStop;
-- 
2.17.1

Reply via email to