summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/bus.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2011-12-13 15:51:54 +0200
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-21 12:06:23 +0530
commit6b8f0a7f661a54b776eec538b9cb0a7a2947f2b8 (patch)
tree3320d9043738bca98e088ec6f2b1381e669f8b43 /drivers/video/tegra/host/bus.c
parentb1d1c5875e46760a0123cc5b3b85a3cb7528ee79 (diff)
video: tegra: host: Register all clients as devices
Register all host1x client modules as devices to kernel, and a matching driver for each of them. Change-Id: Id3ab2adc860fabfcc1595e0a5dbaeb07575e19e8 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/69996 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Ken Adams <kadams@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host/bus.c')
-rw-r--r--drivers/video/tegra/host/bus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/bus.c b/drivers/video/tegra/host/bus.c
index 0ba30dd99ffa..7e21bcbd7490 100644
--- a/drivers/video/tegra/host/bus.c
+++ b/drivers/video/tegra/host/bus.c
@@ -203,7 +203,6 @@ static int nvhost_bus_match(struct device *_dev, struct device_driver *drv)
{
struct nvhost_device *dev = to_nvhost_device(_dev);
- pr_info("host1x: %s %s\n", dev->name, drv->name);
return !strncmp(dev->name, drv->name, strlen(drv->name));
}