Saves another 4 bytes of stack? :-/ Seriously, Jeff can probably better
answer himself but when this was posted before:
http://lkml.org/lkml/2007/5/19/23
Eric Biederman said it fit nicely into his "nefarious plan of making
everything use a struct irq pointer". A later mention:
http://lkml.org/lkml/2007/10/19/66
got strong ACKs from Thomas Gleixner, Ingo Molnar and Greg KH. Remember due
to working on a local driver at the time and deleting the "irq" argument
usage from its handler (unneccesarily used in a debugging printk) from it in
response.
My own view is that if it's not really overly painful this does make for a
nice API cleanliness thing -- the IRQ level is only relevant to the lower
level generic handler code not the "driver endpoint handler" and not passing
it in the first place thereby is in keeping with this layering.
Rene.
--