ipmi:bt-bmc: Avoid unnecessary check
authorTang Bin <tangbin@cmss.chinamobile.com>
Wed, 8 Apr 2020 11:59:58 +0000 (19:59 +0800)
committerCorey Minyard <cminyard@mvista.com>
Mon, 18 May 2020 11:32:02 +0000 (06:32 -0500)
commit0b671eed0cf069839c4e73b66d88ec483ee6c3f5
tree14108e681a42e08ae65885c97794fa8f79f95c7a
parentb9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce
ipmi:bt-bmc: Avoid unnecessary check

bt_bmc_probe() is only called with an openfirmware platform device.
Therefore there is no need to check that the passed in device is NULL or
that it has an openfirmware node.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Message-Id: <20200408115958.2848-1-tangbin@cmss.chinamobile.com>
[Fixed the title up a bit.]
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/bt-bmc.c