[PATCH] include: ufs: Remove duplicate entry

Alim Akhtar posted 1 patch 2 years, 8 months ago
include/ufs/unipro.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] include: ufs: Remove duplicate entry
Posted by Alim Akhtar 2 years, 8 months ago
PA_GRANULARITY is duplicated, let's delete one of the entry.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 include/ufs/unipro.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/ufs/unipro.h b/include/ufs/unipro.h
index 6c553f98fe57..dc9dd1d23f0f 100644
--- a/include/ufs/unipro.h
+++ b/include/ufs/unipro.h
@@ -141,7 +141,6 @@
 #define PA_SAVECONFIGTIME	0x15A4
 #define PA_RXHSUNTERMCAP	0x15A5
 #define PA_RXLSTERMCAP		0x15A6
-#define PA_GRANULARITY		0x15AA
 #define PA_HIBERN8TIME		0x15A7
 #define PA_LOCALVERINFO		0x15A9
 #define PA_GRANULARITY		0x15AA
-- 
2.25.1
Re: [PATCH] include: ufs: Remove duplicate entry
Posted by Martin K. Petersen 2 years, 7 months ago
On Sat, 14 Jan 2023 07:50:10 +0530, Alim Akhtar wrote:

> PA_GRANULARITY is duplicated, let's delete one of the entry.
> 
> 

Applied to 6.3/scsi-queue, thanks!

[1/1] include: ufs: Remove duplicate entry
      https://git.kernel.org/mkp/scsi/c/3730bea883cd

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH] include: ufs: Remove duplicate entry
Posted by Martin K. Petersen 2 years, 7 months ago
Alim,

> PA_GRANULARITY is duplicated, let's delete one of the entry.

Applied to 6.3/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH] include: ufs: Remove duplicate entry
Posted by Bart Van Assche 2 years, 7 months ago
On 1/13/23 18:20, Alim Akhtar wrote:
> PA_GRANULARITY is duplicated, let's delete one of the entry.
> 
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---
>   include/ufs/unipro.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/include/ufs/unipro.h b/include/ufs/unipro.h
> index 6c553f98fe57..dc9dd1d23f0f 100644
> --- a/include/ufs/unipro.h
> +++ b/include/ufs/unipro.h
> @@ -141,7 +141,6 @@
>   #define PA_SAVECONFIGTIME	0x15A4
>   #define PA_RXHSUNTERMCAP	0x15A5
>   #define PA_RXLSTERMCAP		0x15A6
> -#define PA_GRANULARITY		0x15AA
>   #define PA_HIBERN8TIME		0x15A7
>   #define PA_LOCALVERINFO		0x15A9
>   #define PA_GRANULARITY		0x15AA

Reviewed-by: Bart Van Assche <bvanassche@acm.org>