Re: [PATCH -next] bluetooth: fix printk format warnings

2012-10-01 Thread Gustavo Padovan
Hi Randy, * Randy Dunlap [2012-09-30 18:44:55 -0700]: > From: Randy Dunlap > > 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: form

[PATCH -next] bluetooth: fix printk format warnings

2012-09-30 Thread Randy Dunlap
From: Randy Dunlap 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