Tag: 5850c251faab28a9f76260ae1566d9c5179d37ab

staging: wlan-ng: Remove unnecessary macro

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> Remove unnecessary macro SUBMIT_URB by replacing it with a direct call to usb_submit_urb() This change was made with the help of the following Coccinelle semantic patch: // @@ identifier f,g; @@ * #define f(…) g(…) // Signed-off-by: Amitoj Kaur Chawla Signed-off-by: Greg Kroah-Hartman — drivers/staging/wlan-ng/hfa384x_usb.c | 8 +++—– 1 file …

Lire la suite