OSDN Git Service

ANDROID: xt_qtaguid: Remove unnecessary null checks to device's name
authorNathan Chancellor <natechancellor@gmail.com>
Sun, 1 Apr 2018 03:56:23 +0000 (20:56 -0700)
committerNathan Chancellor <natechancellor@gmail.com>
Mon, 2 Apr 2018 19:36:21 +0000 (12:36 -0700)
commit207b579e3db6fd0cb6fe40ba3e929635ad748d89
tree72556ce20c608ff3536853ec0759d49b17bb3b4a
parentffb6bfb300975b057f8451c88c1a3206b21020cc
ANDROID: xt_qtaguid: Remove unnecessary null checks to device's name

'name' will never be NULL since it isn't a plain pointer but an array
of char values.

../net/netfilter/xt_qtaguid.c:1195:27: warning: address of array
'(*el_dev)->name' will always evaluate to 'true'
[-Wpointer-bool-conversion]
        if (unlikely(!(*el_dev)->name)) {
                     ~~~~~~~~~~~~^~~~

Change-Id: If3b25f17829b43e8a639193fb9cd04ae45947200
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
net/netfilter/xt_qtaguid.c