diff options
author | Thierry Reding <treding@nvidia.com> | 2018-06-18 15:01:10 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2019-10-28 13:18:33 +0300 |
commit | b9cd7b954a6dc2329458599222d994837530a350 (patch) | |
tree | 379bf560180e676cd3cae0492d4cc6c76020279e /drivers/gpu/host1x | |
parent | d98914ebc2af4504e2abc266610c29b4131598a3 (diff) | |
download | linux-b9cd7b954a6dc2329458599222d994837530a350.tar.xz |
gpu: host1x: Remove gratuitous blank line
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r-- | drivers/gpu/host1x/intr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/intr.c b/drivers/gpu/host1x/intr.c index 26f3c741d085..9245add23b5d 100644 --- a/drivers/gpu/host1x/intr.c +++ b/drivers/gpu/host1x/intr.c @@ -105,7 +105,6 @@ static void action_submit_complete(struct host1x_waitlist *waiter) /* Add nr_completed to trace */ trace_host1x_channel_submit_complete(dev_name(channel->dev), waiter->count, waiter->thresh); - } static void action_wakeup(struct host1x_waitlist *waiter) |