Files
android_kernel_samsung_sm86…/core/hdd
Jeff Johnson d36fa33779 qcacld-3.0: hdd: Replace explicit comparison to NULL
Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within hdd replace any such comparisons with logical
operations performed on the pointer itself.

Change-Id: I69fc3065ee76a619b13b237c7800054468f839d0
CRs-Fixed: 2418393
2019-03-25 04:24:54 -07:00
..