Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4b75760 authored by Martin Kaiser's avatar Martin Kaiser Committed by Vinod Koul
Browse files

dmaengine: imx-sdma: (trivial) fix a typo

parent 29b4817d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
};

/*