Skip to content
  1. Mar 28, 2013
  2. Mar 26, 2013
  3. Mar 25, 2013
    • Jens Axboe's avatar
      aoe: get rid of cached bv variable in bufinit() · 2124469e
      Jens Axboe authored
      
      
      Less error prone if we just kill it, it's only used once
      anyway.
      
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      2124469e
    • Kent Overstreet's avatar
      bcache: Style/checkpatch fixes · b1a67b0f
      Kent Overstreet authored
      
      
      Took out some nested functions, and fixed some more checkpatch
      complaints.
      
      Signed-off-by: default avatarKent Overstreet <koverstreet@google.com>
      Cc: linux-bcache@vger.kernel.org
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      b1a67b0f
    • Kent Overstreet's avatar
      bcache: Build fixes from test robot · 07e86ccb
      Kent Overstreet authored
      
      
      config: make ARCH=i386 allmodconfig
      
      All error/warnings:
      
         drivers/md/bcache/bset.c: In function 'bch_ptr_bad':
      >> drivers/md/bcache/bset.c:164:2: warning: format '%li' expects argument of type 'long int', but argument 4 has type 'size_t' [-Wformat]
      --
         drivers/md/bcache/debug.c: In function 'bch_pbtree':
      >> drivers/md/bcache/debug.c:86:4: warning: format '%li' expects argument of type 'long int', but argument 4 has type 'size_t' [-Wformat]
      --
         drivers/md/bcache/btree.c: In function 'bch_btree_read_done':
      >> drivers/md/bcache/btree.c:245:8: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' [-Wformat]
      --
         drivers/md/bcache/closure.o: In function `closure_debug_init':
      >> (.init.text+0x0): multiple definition of `init_module'
      >> drivers/md/bcache/super.o:super.c:(.init.text+0x0): first defined here
      
      Signed-off-by: default avatarKent Overstreet <koverstreet@google.com>
      Cc: Fengguang Wu <fengguang.wu@intel.com>
      Cc: linux-bcache@vger.kernel.org
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      07e86ccb
  4. Mar 23, 2013
  5. Mar 15, 2013
    • Arnd Bergmann's avatar
      mfd: twl4030-madc: Remove __exit_p annotation · 03715410
      Arnd Bergmann authored
      
      
      4740f73f "mfd: remove use of __devexit" removed the __devexit annotation
      on the twl4030_madc_remove function, but left an __exit_p() present on the
      pointer to this function. Using __exit_p was as wrong with the devexit in
      place as it is now, but now we get a gcc warning about an unused function.
      
      In order for the twl4030_madc_remove to work correctly in built-in code, we
      have to remove the __exit_p.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      03715410
Loading