summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
authorJagan Lokanatha <Jagan.Lokanatha@amd.com>2013-11-21 15:14:14 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-21 15:16:11 -0500
commit40cd29a9660ef7945141ef96f60ef38781ade75f (patch)
treea2d0746096f0ab964721f1a9a18efb3dfc8cd5b9 /sc/source/core
parent8a75be38466ade124c04aa17e33d259eb17e9933 (diff)
Ensure that when ds_profile is NULL, NATIVE_CPU is selected.
Change-Id: Iab714a296ce0f807b5badd1ff96a99f3da2b24f8 (cherry picked from commit 5556b1ffaf81543af680c1f68b79f36d7ad1785e)
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/opencl/opencl_device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/opencl_device.cxx b/sc/source/core/opencl/opencl_device.cxx
index 3eb415b3f375..8f9f8ffa1714 100644
--- a/sc/source/core/opencl/opencl_device.cxx
+++ b/sc/source/core/opencl/opencl_device.cxx
@@ -447,7 +447,7 @@ ds_device getDeviceSelection(const char* sProfilePath, bool bForceSelection)
if (!profile)
{
// failed to initialize profile.
- selectedDevice.oclDeviceID = NULL;
+ selectedDevice.type = DS_DEVICE_NATIVE_CPU;
return selectedDevice;
}