Re: [edk2] [PATCH v3 0/3] Remove unnecessary NULL pointer check.

2019-01-22 Thread Wu, Hao A
> -Original Message- > From: Wu, Jiaxin > Sent: Friday, January 18, 2019 3:18 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting; Fu, Siyuan; Wu, Hao A; Gao, Liming; Wu > Subject: [PATCH v3 0/3] Remove unnecessary NULL pointer check. > > v3: Updated the first patch to check the instance

[edk2] [PATCH v3 0/3] Remove unnecessary NULL pointer check.

2019-01-17 Thread Jiaxin Wu
v3: Updated the first patch to check the instance token. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1469 Since the value retrieved from the list Entry can't be the NULL pointer, the unnecessary check can be removed. Cc: Ye Ting Cc: Fu Siyuan Cc: Wu Hao A Cc: Gao Liming