OSDN Git Service

iio: remove redundant unlikely annotation
authorChengguang Xu <cgxu519@gmx.com>
Mon, 18 Feb 2019 07:53:26 +0000 (15:53 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 4 Apr 2019 19:19:40 +0000 (20:19 +0100)
commit6b079a807b368dc0b6ccafb8654329c72e0812a5
tree4a9d4f9e4cadf5357a76570e338c2d6f70cf2b63
parentb397f82585c3101dcf92642dd359891e66d00c55
iio: remove redundant unlikely annotation

unlikely has already included in IS_ERR(),
so just remove redundant unlikely annotation.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/trigger/iio-trig-loop.c