free dummy read page if fail to init mm
authorHong Liu <hong.liu@intel.com>
Fri, 9 May 2008 02:15:17 +0000 (10:15 +0800)
committerJesse Barnes <jbarnes@nietzche.virtuousgeek.org>
Mon, 12 May 2008 19:07:27 +0000 (12:07 -0700)
commitb2dee13f5d7209b62c5e9ba8cd059717a8302fec
treef117340a8f1cebb9efc8b87713511ebd9e7007b3
parentf1b9bbe2b8f2339359afa39bf27702eca6f6c975
free dummy read page if fail to init mm

Since drm_bo_driver_init will be called in driver_load, we need to free
what it alloced when error to avoid memory leak.
linux-core/drm_bo.c