Actions
Bug #4174
openTypedef irq_handler_t is't matched properly
Start date:
05/14/2013
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Typedef "irq_handler_t" isn't matched by CIF in a proper way.
For example in function
static inline int __must_check request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, const char *name, void *dev)
second argument matched as
irqreturn_t (*handler)(int, void *)
Actions