commit | e988d35a6240252eaf802111d64e0a701d8dea13 | [log] [tgz] |
---|---|---|
author | Christian Lütke-Stetzkamp <christian@lkamp.de> | Sat Jun 16 16:14:43 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 28 21:48:03 2018 +0900 |
tree | 32cdde4367e7d142a0031200d32f97687c1daf4b | |
parent | 8fbcf12087ef17490e3c59dcf53db9bccb5e81ba [diff] |
staging: mt7621-mmc: Replace sdr_read32 with readl The current code uses a macro (sdr_read32) for reading from hardware, but it is only a readl, so replace it to get nearer to upstream code. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>