summaryrefslogtreecommitdiff
path: root/QcomModulePkg/Library/FastbootLib/FastbootMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'QcomModulePkg/Library/FastbootLib/FastbootMain.c')
-rwxr-xr-x[-rw-r--r--]QcomModulePkg/Library/FastbootLib/FastbootMain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/QcomModulePkg/Library/FastbootLib/FastbootMain.c b/QcomModulePkg/Library/FastbootLib/FastbootMain.c
index edb583fa01..4ba53545d0 100644..100755
--- a/QcomModulePkg/Library/FastbootLib/FastbootMain.c
+++ b/QcomModulePkg/Library/FastbootLib/FastbootMain.c
@@ -14,7 +14,7 @@ found at
**/
-/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -112,9 +112,9 @@ struct {
}
};
-FastbootDeviceData GetFastbootDeviceData (VOID)
+FastbootDeviceData *GetFastbootDeviceData (VOID)
{
- return Fbd;
+ return &Fbd;
}
/* Dummy function needed for event notification callback */