summaryrefslogtreecommitdiff
path: root/ioexact.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-17ioexact: make mayexit a boolDaniel Borkmann1-2/+5
It's used as such, so therefore make it a bool instead of int. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
2013-06-04xio: add ioexact operationsDaniel Borkmann1-0/+53
Break this out so that we only need to have sigint non-static where it is really needed. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
.kumar@linaro.org>2016-07-22 14:13:43 -0700 committerGreg Kroah-Hartman <gregkh@google.com>2016-07-22 15:25:18 -0700 commit40d276ede92e85e4f414ac655c217e0bf5292cbb (patch) tree2ce384b1acc47482844079c254444eec4a33af61 /drivers/staging parent6d9e6ffca4226007672800a6681c42cc877aab60 (diff)
greybus: bootrom: Create gb_bootrom_cancel_timeout()
We set timeouts using gb_bootrom_set_timeout(), which hides the internal implementation, i.e. workqueues. While canceling timeouts, we do cancel_delayed_work_sync(), which exposes the internal implementation and doesn't look that clean. Create gb_bootrom_cancel_timeout() to hide the internal implementation here as well. Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging')