summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices
diff options
context:
space:
mode:
authorMathieu Gross <mathgros@cisco.com>2014-07-01 16:10:34 +0200
committerMathieu Gross <mathgros@cisco.com>2014-07-01 16:58:31 +0200
commit1bf95fbf6001d8475fbb04bb2189d1ed94dbd4fe (patch)
treee6fa0e85e865abbc79108692ec5c5ce8f3b42c70 /mkspecs/devices
parentbcbf38b7019c6a3bb71fe57ca7610e6f05478422 (diff)
[bcm97425] Fix parameter issue in platformDestroy hook
Change-Id: Ie137314a3a3d480d10d7fe2a8505ce7d5708faba Reviewed-by: Julien Brianceau <jbriance@cisco.com> Reviewed-by: Holger Freyther <holger+qt@freyther.de> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'mkspecs/devices')
-rw-r--r--mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp b/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp
index 8c59d1cfa3..b07e4ab217 100644
--- a/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp
+++ b/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp
@@ -57,7 +57,7 @@ void QDirectFBEGLHooks::platformInit()
void QDirectFBEGLHooks::platformDestroy()
{
- DBPL_UnregisterDirectFBDisplayPlatform(&dbpl_handle);
+ DBPL_UnregisterDirectFBDisplayPlatform(dbpl_handle);
dbpl_handle = 0;
}