]> asedeno.scripts.mit.edu Git - linux.git/commit
pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR
authorHarman Kalra <harman4linux@gmail.com>
Wed, 21 Sep 2016 19:48:31 +0000 (01:18 +0530)
committerTejun Heo <tj@kernel.org>
Thu, 22 Sep 2016 15:48:46 +0000 (11:48 -0400)
commit70a19b7e406da9dc5cea20fedba443374a5cae70
tree98c63dda57f328d8493edc2a181c6b0630931f7b
parent02d9d3cbac53bd59fe18fc32adc7bc7cde1037ae
pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR

Signed-off-by: Harman Kalra <harman4linux@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/pata_at91.c