tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
[linux-2.6-microblaze.git] / drivers / bluetooth / hci_ldisc.c
index 5224b09..32bef61 100644 (file)
@@ -599,7 +599,7 @@ static void hci_uart_tty_wakeup(struct tty_struct *tty)
  * Return Value:    None
  */
 static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data,
-                                const char *flags, int count)
+                                const char *flags, size_t count)
 {
        struct hci_uart *hu = tty->disc_data;