
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