Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1726522

[PATCH v2 5/6] gpu: host1x: Fix incorrect comment for channel_request

From Mikko Perttunen <mperttunen@nvidia.com>
Newsgroups linux.kernel
Subject [PATCH v2 5/6] gpu: host1x: Fix incorrect comment for channel_request
Date 2017-09-05 10:20 +0200
Message-ID <umhfr-el-5@gated-at.bofh.it> (permalink)
References <umhfr-el-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This function actually doesn't sleep in the version that was merged.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
---
 drivers/gpu/host1x/channel.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/host1x/channel.c b/drivers/gpu/host1x/channel.c
index db9b91d1384c..2fb93c27c1d9 100644
--- a/drivers/gpu/host1x/channel.c
+++ b/drivers/gpu/host1x/channel.c
@@ -128,8 +128,7 @@ static struct host1x_channel *acquire_unused_channel(struct host1x *host)
  * host1x_channel_request() - Allocate a channel
  * @device: Host1x unit this channel will be used to send commands to
  *
- * Allocates a new host1x channel for @device. If there are no free channels,
- * this will sleep until one becomes available. May return NULL if CDMA
+ * Allocates a new host1x channel for @device. May return NULL if CDMA
  * initialization fails.
  */
 struct host1x_channel *host1x_channel_request(struct device *dev)
-- 
2.14.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 5/6] gpu: host1x: Fix incorrect comment for channel_request Mikko Perttunen <mperttunen@nvidia.com> - 2017-09-05 10:20 +0200
  Re: [PATCH v2 5/6] gpu: host1x: Fix incorrect comment for  channel_request Dmitry Osipenko <digetx@gmail.com> - 2017-09-05 15:10 +0200

csiph-web