1. 11 May, 2004 4 commits
    • Rolf Eike Beer's avatar
      [PATCH] CompactPCI: remove useless NULL checks · 9bbb91f0
      Rolf Eike Beer authored
      If the "struct hotplug_slot *" parameter is ever NULL then something bogus is
      going on, we should not hide this bug by catching it. Also the name used in
      debug messages is fixed.
      
      Eike
      9bbb91f0
    • Rolf Eike Beer's avatar
      [PATCH] CompactPCI: use goto for error handling · 6ab00129
      Rolf Eike Beer authored
      Convert cpci_hotplug_core.c::cpci_hp_register_bus to use goto for error
      handling.
      
      Eike
      6ab00129
    • Rolf Eike Beer's avatar
      [PATCH] CompactPCI: remove two useless checks · c1600f7c
      Rolf Eike Beer authored
      This two checks are useless: cpci_hp_register_bus is only called from two
      places, one has constant arguments, the other one passes the module
      parameters which are checked for this condition on module load. And the bus
      argument of cpci_hp_unregister_bus can never be NULL, all functions calling
      this function use fields of the bus struct before so they will oops if it
      would ever be NULL.
      
      Eike
      c1600f7c
    • Rolf Eike Beer's avatar
      [PATCH] CompactPCI: remove set_attention_status · 7c39c065
      Rolf Eike Beer authored
      This one removes useless code and fixes the issue that the return code of
      set_attention_status for cpcihp is always 0 even if cpci_set_attention_status
      returns an error.
      
      Eike
      7c39c065
  2. 05 May, 2004 3 commits
  3. 01 May, 2004 1 commit
  4. 30 Apr, 2004 32 commits