mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
dmaengine: imx-sdma: (trivial) fix a typo
Signed-off-by: Martin Kaiser <martin@kaiser.cx> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
29b4817d40
commit
e4b75760fa
@ -184,7 +184,7 @@
|
||||
struct sdma_mode_count {
|
||||
u32 count : 16; /* size of the buffer pointed by this BD */
|
||||
u32 status : 8; /* E,R,I,C,W,D status bits stored here */
|
||||
u32 command : 8; /* command mostlky used for channel 0 */
|
||||
u32 command : 8; /* command mostly used for channel 0 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user