diff options
author | Andy Lutomirski <luto@kernel.org> | 2016-09-16 20:16:09 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-24 18:56:25 +0200 |
commit | 26501db8dcbc3c63c0d8fb6c5bb098bc7d35d741 (patch) | |
tree | 3da2b32d0d4c81951078f0528f78c31e8fcf5ee7 /firmware/korg | |
parent | nvmet: Make dsm number of ranges zero based (diff) | |
download | linux-26501db8dcbc3c63c0d8fb6c5bb098bc7d35d741.tar.xz linux-26501db8dcbc3c63c0d8fb6c5bb098bc7d35d741.zip |
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 'firmware/korg')
0 files changed, 0 insertions, 0 deletions