Tag: b6f6fd8a871cebc8085719c08ea489d1d98bb21e

stating: gdm724x: remove explicit NULL comparison

Author: Ioana Ciornei <ciorneiioana@gmail.com> This patch converts explicit NULL comparison to its shorter equivalent form. Done with coccinelle semantic patch: @@ expression e; @@ – e == NULL + !e Signed-off-by: Ioana Ciornei Signed-off-by: Greg Kroah-Hartman — drivers/staging/gdm724x/gdm_lte.c | 4 ++– drivers/staging/gdm724x/gdm_mux.c | 4 ++– drivers/staging/gdm724x/gdm_tty.c | 2 +- drivers/staging/gdm724x/gdm_usb.c | 16 ++++++++——– drivers/staging/gdm724x/netlink_k.c | …

Continue reading

BtrLinux
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.