video: tegra: nvmap: Remove warning from nvmap_pin
authorRebecca Schultz Zavin <rebecca@android.com>
Tue, 19 Oct 2010 22:57:40 +0000 (15:57 -0700)
committerRebecca Schultz Zavin <rebecca@android.com>
Wed, 20 Oct 2010 21:19:25 +0000 (14:19 -0700)
commit424e17f5a2312184ae5c41e6fbbd674a82073b2d
tree5d0655b645579b12c9dcd22653013b554af20c15
parent1e7893b76b0774e7b94995dbfea40212f9780f8c
video: tegra: nvmap: Remove warning from nvmap_pin

The framebuffer driver needs to be able to arbitrarily pin whatever
gets handed to it.  Regardless of the interface used, functions need
to unpin as soon as they finish using the gart anyway.

Change-Id: Ida8aea2fb6eaca8bcbf3ae72f8dfa849dc198542
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
drivers/video/tegra/nvmap/nvmap.c