intel: fix the wrong method check for bo_get_subdata
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Wed, 20 Jul 2011 08:08:51 +0000 (16:08 +0800)
committerEric Anholt <eric@anholt.net>
Wed, 20 Jul 2011 17:46:45 +0000 (10:46 -0700)
commitce317a6d09bb93cff73703b06e5a5bc3cc0b1c6a
treef5dbe3c179e35a8737798216b97f5a8987148fc4
parent8d055890d90c3d92647e3d8b98d32630ef87c2c8
intel: fix the wrong method check for bo_get_subdata

It's going to call bo_get_subdata method, but not bo_subdata

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
intel/intel_bufmgr.c