Hi Randy, * Randy Dunlap <rdunlap@xxxxxxxxxxxx> [2012-09-30 18:44:55 -0700]: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > > Fix printk format warnings in net/bluetooth/: > > net/bluetooth/hci_event.c:886:3: warning: format '%ld' expects type 'long int', but argument 2 has type 'size_t' > net/bluetooth/hci_event.c:886:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'size_t' > net/bluetooth/a2mp.c:386:2: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int' > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > M: Marcel Holtmann <marcel@xxxxxxxxxxxx> > M: Gustavo Padovan <gustavo@xxxxxxxxxxx> > M: Johan Hedberg <johan.hedberg@xxxxxxxxx> > L: linux-bluetooth@xxxxxxxxxxxxxxx > --- > net/bluetooth/a2mp.c | 2 +- > net/bluetooth/hci_event.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) This is fixed on bluetooth-next already, thanks for the patch anyway. Gustavo -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html