Tag: 11d7e632e3102fec4d81e8f746d4afce65effe2c

Staging: rtl8723au: Use put_unaligned_le32

Author: Shraddha Barke <shraddha.6596@gmail.com> Introduce the use of function put_unaligned_le32. A simplified version of Coccinelle semantic patch used – @@ identifier tmp; expression ptr; expression y,e; type T; @@ – tmp = cpu_to_le32(y); ? tmp = e @@ type T; identifier tmp; @@ – T tmp; …when != tmp Signed-off-by: Shraddha Barke Signed-off-by: Greg Kroah-Hartman …

Continue reading