1. 09 Nov, 2009 3 commits
    • Dominik Brodowski's avatar
      pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net) · dd0fab5b
      Dominik Brodowski authored
      Convert PCMCIA drivers to use the dynamic debug infrastructure, instead of
      requiring manual settings of PCMCIA_DEBUG. Only some rare debug checks are
      now hidden behind "#ifdef DEBUG" or "#if 0".
      
      Also, remove all usages of the CS_CHECK macro and replace them with proper
      Linux style calling and return value checking. The extra error reporting may
      be dropped, as the PCMCIA core already complains about any (non-driver-author)
      errors.
      
      CC: netdev@vger.kernel.org
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      dd0fab5b
    • Dominik Brodowski's avatar
      pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (isdn) · e773cfe1
      Dominik Brodowski authored
      Convert PCMCIA drivers to use the dynamic debug infrastructure, instead of
      requiring manual settings of PCMCIA_DEBUG.
      
      Also, remove all usages of the CS_CHECK macro and replace them with proper
      Linux style calling and return value checking. The extra error reporting may
      be dropped, as the PCMCIA core already complains about any (non-driver-author)
      errors.
      
      CC: Karsten Keil <isdn@linux-pingi.de>
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      e773cfe1
    • Dominik Brodowski's avatar
      pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char) · cbf624f0
      Dominik Brodowski authored
      Convert PCMCIA drivers to use the dynamic debug infrastructure, instead of
      requiring manual settings of PCMCIA_DEBUG. Only some rare extra debug checks
      in cm4000_cs.c cm4040_cs.c are now hidden behind a "#ifdef CM4000_DEBUG"
      or "#ifdef CM4040_DEBUG".
      
      Also, remove all usages of the CS_CHECK macro and replace them with proper
      Linux style calling and return value checking. The extra error reporting may
      be dropped, as the PCMCIA core already complains about any (non-driver-author)
      errors.
      
      CC: Harald Welte <laforge@gnumonks.org>
      CC: Jiri Kosina <jkosina@suse.cz>
      CC: David Sterba <dsterba@suse.cz>
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      cbf624f0
  2. 08 Nov, 2009 13 commits
  3. 24 Oct, 2009 3 commits
  4. 20 Oct, 2009 1 commit
  5. 18 Oct, 2009 2 commits
  6. 17 Oct, 2009 2 commits
  7. 16 Oct, 2009 1 commit
  8. 15 Oct, 2009 15 commits