1. 13 Oct, 2002 4 commits
    • Andrew Morton's avatar
      [PATCH] n_r3964.c fix · 682134c5
      Andrew Morton authored
      - drivers/char/n_r3964.c does not compile.  r3964_open() is doing an
        INIT_LIST_HEAD() on a timer->list.  But timer's don't have a `list'
        any more.
      
        Do an init_timer() instead.
      682134c5
    • Andrew Morton's avatar
      [PATCH] scsi compile fix · a4561352
      Andrew Morton authored
      I'm getting a compile failure in scsi_syms.c because it doesn't know
      about the new scsi_set_medium_removal().
      a4561352
    • Linus Torvalds's avatar
      "tv_sec" is unsigned long. · a301c237
      Linus Torvalds authored
      a301c237
    • Matthew Dharm's avatar
      [PATCH] Fix SCSI mode sense size · cc75cd5e
      Matthew Dharm authored
      I'm suprised that this didn't cause errors for more people -- a
      MODE_SENSE request for 128 bytes with a stated buffer length of 24
      bytes.
      
      Fix: Make the buffer length match the size of the request.
      cc75cd5e
  2. 12 Oct, 2002 36 commits