oradax: remove redundant null check before kfree
authorColin Ian King <colin.king@canonical.com>
Fri, 7 Sep 2018 10:35:00 +0000 (11:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 05:42:00 +0000 (22:42 -0700)
commit16e2a9d396c140d9a47d6b22e2a631f36c31e844
tree986a3521976351782ddc6694abaae0d4ed8bc761
parent31a43fa7945a1de8c550b35c211be5670e32f12b
oradax: remove redundant null check before kfree

A null check before a kfree is redundant, so remove it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/sbus/char/oradax.c