]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/cxlflash/main.h
cxlflash: Fix regression issue with re-ordering patch
[karo-tx-linux.git] / drivers / scsi / cxlflash / main.h
index 0faed422c7f47eec6ac8f474cb85f7e61dd6ed1d..eb9d8f730b38ec34e86c777d560f3762b48bf3d5 100644 (file)
 #define WWPN_BUF_LEN   (WWPN_LEN + 1)
 
 enum undo_level {
-       RELEASE_CONTEXT = 0,
+       UNDO_NOOP = 0,
        FREE_IRQ,
        UNMAP_ONE,
        UNMAP_TWO,
-       UNMAP_THREE,
-       UNDO_START
+       UNMAP_THREE
 };
 
 struct dev_dependent_vals {