diff options
author | Frank Li <Frank.Li@nxp.com> | 2023-08-21 19:16:11 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-08-22 17:41:02 +0300 |
commit | ee2dda06465a3b0f533c829a5bdc2ff15588d8e0 (patch) | |
tree | bf934c5132e762a9b6fab474839a0f924463f1d1 /scripts/gdb/linux/proc.py | |
parent | 79434f9b97361601e65e0f5576e9760fefebf19a (diff) | |
download | linux-ee2dda06465a3b0f533c829a5bdc2ff15588d8e0.tar.xz |
dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
Removes all ATTR_DSIZE_*BIT(BYTE) and ATTR_SSIZE_*BIT(BYTE) definitions
in edma. Uses ffs() instead, as it gives identical results. This simplifies
the code and avoids adding more similar definitions in future V3 version.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20230821161617.2142561-7-Frank.Li@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions