projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a87175
)
wifiloader: remove unused variable
author
Stricted
<info@stricted.net>
Tue, 28 Aug 2018 05:31:29 +0000
(07:31 +0200)
committer
Stricted
<info@stricted.net>
Sat, 8 Sep 2018 18:39:06 +0000
(20:39 +0200)
Change-Id: I88926520b7eb47533478ac3ff68acac25c60f201
wifiloader/wifiloader.c
patch
|
blob
|
blame
|
history
diff --git
a/wifiloader/wifiloader.c
b/wifiloader/wifiloader.c
index 0aeec3e782329b0b6e86fe7fa0926a8222825cf9..ce01b02e13e818e197df6126ec8762abbb3f8254 100644
(file)
--- a/
wifiloader/wifiloader.c
+++ b/
wifiloader/wifiloader.c
@@
-111,7
+111,6
@@
int main(void)
char buf[8] = { '\0' };
FILE *fp;
size_t r;
- int fd;
struct stat st;
if (stat(WIFI_DRIVER_MODULE_PATH, &st) == 0) {