OSDN Git Service

pata_arasan_cf: Delete an unnecessary variable initialisation in arasan_cf_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 16 Feb 2018 15:28:23 +0000 (16:28 +0100)
committerTejun Heo <tj@kernel.org>
Sun, 18 Feb 2018 13:16:35 +0000 (05:16 -0800)
commit27c4203a3d48cf161fbd86f2ee48f4eb286b73db
tree96912b2928f7c03a4cc1f6187041bb2565f51cc1
parentdcf3c1c1e8c7dcb4e129ad370b2aee6b8a7dd4cf
pata_arasan_cf: Delete an unnecessary variable initialisation in arasan_cf_probe()

The local variable "ret" will eventually be set to an appropriate value
a bit later. Thus omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/pata_arasan_cf.c