net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / irda / ircomm / ircomm_tty_ioctl.c
index 77c5e6499f8fe133ace935f2e90c7bb265ed248b..d0667d68351dfc8944c2d694de054232cffefc75 100644 (file)
@@ -54,7 +54,7 @@
  */
 static void ircomm_tty_change_speed(struct ircomm_tty_cb *self)
 {
-       unsigned cflag, cval;
+       unsigned int cflag, cval;
        int baud;
 
        IRDA_DEBUG(2, "%s()\n", __func__ );