Loading drivers/scsi/ufs/ufs_quirks.h +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading @@ -17,7 +17,7 @@ /* return true if s1 is a prefix of s2 */ #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) #define UFS_ANY_VENDOR -1 #define UFS_ANY_VENDOR 0xffff #define UFS_ANY_MODEL "ANY_MODEL" #define MAX_MODEL_LEN 16 Loading Loading
drivers/scsi/ufs/ufs_quirks.h +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading @@ -17,7 +17,7 @@ /* return true if s1 is a prefix of s2 */ #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) #define UFS_ANY_VENDOR -1 #define UFS_ANY_VENDOR 0xffff #define UFS_ANY_MODEL "ANY_MODEL" #define MAX_MODEL_LEN 16 Loading