1. 28 Jan, 2008 1 commit
    • Jeff Garzik's avatar
      [netdrvr] irq handler minor cleanups in several drivers · 28fc1f5a
      Jeff Garzik authored
      
      * use irq_handler_t where appropriate
      
      * no need to use 'irq' function arg, its already stored in a data struct
      
      * rename irq handler 'irq' argument to 'dummy', where the function
        has been analyzed and proven not to use its first argument.
      
      * remove always-false "dev_id == NULL" test from irq handlers
      
      * remove pointless casts from void*
      
      * declance: irq argument is not const
      
      * add KERN_xxx printk prefix
      
      * fix minor whitespace weirdness
      Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
      28fc1f5a
  2. 18 Jan, 2008 1 commit
  3. 25 Oct, 2007 3 commits
  4. 23 Oct, 2007 1 commit
  5. 22 Oct, 2007 1 commit
  6. 15 Oct, 2007 1 commit