mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
The values in param may be random if they are not initialized, which may cause use_dma flag set even when "-d" option is not provided in command line. Initializing all members to 0 to solve this. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Shunyong Yang <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Acked-by: Kishon Vijay Abraham I <[email protected]>