diff options
author | Andy Lutomirski <luto@kernel.org> | 2016-09-16 11:16:09 -0700 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-24 10:56:25 -0600 |
commit | 26501db8dcbc3c63c0d8fb6c5bb098bc7d35d741 (patch) | |
tree | 3da2b32d0d4c81951078f0528f78c31e8fcf5ee7 /drivers/rtc/rtc-msm6242.c | |
parent | 2e5d0baa04845dc3a3d7dfa33d7663de270bb146 (diff) | |
download | op-kernel-dev-26501db8dcbc3c63c0d8fb6c5bb098bc7d35d741.zip op-kernel-dev-26501db8dcbc3c63c0d8fb6c5bb098bc7d35d741.tar.gz |
nvme/scsi: Remove power management support
As far as I can tell, there is basically nothing correct about this
code. It misinterprets npss (off-by-one). It hardcodes a bunch of
power states, which is nonsense, because they're all just indices
into a table that software needs to parse. It completely ignores
the distinction between operational and non-operational states.
And, until 4.8, if all of the above magically succeeded, it would
dereference a NULL pointer and OOPS.
Since this code appears to be useless, just delete it.
Signed-off-by: Andy Lutomirski <luto@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jay Freyensee <james_p_freyensee@linux.intel.com>
Tested-by: Jay Freyensee <james_p_freyensee@linux.intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/rtc/rtc-msm6242.c')
0 files changed, 0 insertions, 0 deletions