* [patch 2/3] hci_usb: fix sparse warnings (__nocast type)
@ 2005-07-07 21:30 domen
0 siblings, 0 replies; only message in thread
From: domen @ 2005-07-07 21:30 UTC (permalink / raw)
To: marcel; +Cc: bluez-devel, Victor Fusco, domen
From: Victor Fusco <victor@cetuc.puc-rio.br>
Fix the sparse warning "implicit cast to nocast type"
File/Subsystem: drivers/bluetooth/hci_usb.c
Signed-off-by: Victor Fusco <victor@cetuc.puc-rio.br>
Signed-off-by: Domen Puncer <domen@coderock.org>
---
hci_usb.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: quilt/drivers/bluetooth/hci_usb.c
===================================================================
--- quilt.orig/drivers/bluetooth/hci_usb.c
+++ quilt/drivers/bluetooth/hci_usb.c
@@ -126,7 +126,7 @@ static struct usb_device_id blacklist_id
{ } /* Terminating entry */
};
-static struct _urb *_urb_alloc(int isoc, int gfp)
+static struct _urb *_urb_alloc(int isoc, unsigned int __nocast gfp)
{
struct _urb *_urb = kmalloc(sizeof(struct _urb) +
sizeof(struct usb_iso_packet_descriptor) * isoc, gfp);
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-07 21:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-07 21:30 [patch 2/3] hci_usb: fix sparse warnings (__nocast type) domen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox