mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 23:08:42 +07:00
gpiolib: cdev: remove pointless decrement of i
Remove pointless decrement of variable, and associated comment. While i is used subsequently, it is re-initialized so this decrement serves no purpose. Signed-off-by: Kent Gibson <warthog618@gmail.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
This commit is contained in:
parent
52b7b596dd
commit
0cdc85a371
@ -331,8 +331,6 @@ static int linehandle_create(struct gpio_device *gdev, void __user *ip)
|
|||||||
dev_dbg(&gdev->dev, "registered chardev handle for line %d\n",
|
dev_dbg(&gdev->dev, "registered chardev handle for line %d\n",
|
||||||
offset);
|
offset);
|
||||||
}
|
}
|
||||||
/* Let i point at the last handle */
|
|
||||||
i--;
|
|
||||||
lh->num_descs = handlereq.lines;
|
lh->num_descs = handlereq.lines;
|
||||||
|
|
||||||
fd = get_unused_fd_flags(O_RDONLY | O_CLOEXEC);
|
fd = get_unused_fd_flags(O_RDONLY | O_CLOEXEC);
|
||||||
|
Loading…
Reference in New Issue
Block a user