[PATCH v2 00/10] staging: mt7621-mmc: Fixes and cleanups

Christian Lütke-Stetzkamp christian at lkamp.de
Sat Apr 7 08:16:15 UTC 2018


Again, here are some fixes (most of them reported by Dan Carpenter)
and some removements of unused code in the mt7621-mmc driver. With
this patches, the driver at least compiles while CONFIG_PM is
selected, but it remains untested.

Changes in v2:
* Removed assignment and return value in msdc_debug_proc_init;
* Added Reviewed-by tags.

Christian Lütke-Stetzkamp (10):
  staging: mt7621-mmc: Fix power management by removing old api
  staging: mt7621-mmc: Remove constant flag
  staging: mt7621-mmc: Remove unused global: msdc_6575_host
  staging: mt7621-mmc: Remove unused functions
  staging: mt7621-mmc: Remove constant flag MSDC_HIGHSPEED
  staging: mt7621-mmc: Fix dereference before check in msdc_drv_pm
  staging: mt7621-mmc: Remove error message in debug
  staging: mt7621-mmc: Fix debug file world writable
  staging: mt7621-mmc: Fix: copy_from_user() returns a positive value
  staging: mt7621-mmc: Remove redundant opcode check

 drivers/staging/mt7621-mmc/board.h |  2 --
 drivers/staging/mt7621-mmc/dbg.c   | 14 +++------
 drivers/staging/mt7621-mmc/dbg.h   |  2 +-
 drivers/staging/mt7621-mmc/sd.c    | 60 +++++---------------------------------
 4 files changed, 12 insertions(+), 66 deletions(-)

-- 
2.16.1



More information about the devel mailing list