On Wed, 19 Jul 2017 17:17:57 +0530
Abhishek Sahu wrote:
> The memset in clear_read_regs is overhead. All the register data
> will be filled by DMA during NAND operation so making these
> register variables zero is not required.
>
Applied.
Thanks,
Boris
> Signed-off-by: Abhishek Sahu
> ---
>
On 07/19/2017 05:17 PM, Abhishek Sahu wrote:
The memset in clear_read_regs is overhead. All the register data
will be filled by DMA during NAND operation so making these
register variables zero is not required.
Yeah, that's a good point.
Reviewed-by: Archit Taneja
Signed-off-by: Abhishek
The memset in clear_read_regs is overhead. All the register data
will be filled by DMA during NAND operation so making these
register variables zero is not required.
Signed-off-by: Abhishek Sahu
---
drivers/mtd/nand/qcom_nandc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/mtd/na
3 matches
Mail list logo