From: Victor Fusco Subject: Re: [KJ] [PATCH 2.6.13-rc1 16/17] fix sparse warnings (__nocast type) Fix the sparse warning "implicit cast to nocast type" File/Subsystem: drivers/ieee1394/raw1394.c Signed-off-by: Victor Fusco --- raw1394.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: quilt/drivers/ieee1394/raw1394.c =================================================================== --- quilt.orig/drivers/ieee1394/raw1394.c +++ quilt/drivers/ieee1394/raw1394.c @@ -98,7 +98,7 @@ static struct hpsb_address_ops arm_ops = static void queue_complete_cb(struct pending_request *req); -static struct pending_request *__alloc_pending_request(int flags) +static struct pending_request *__alloc_pending_request(unsigned int __nocast flags) { struct pending_request *req;