commit | cd8af06d645334634dd7c9af15e6545184b4d82f | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sun Dec 12 02:53:21 2010 -0800 |
committer | Koushik Dutta <koushd@gmail.com> | Sun Dec 12 02:53:21 2010 -0800 |
tree | 3db9e664f286fc553aa331315b135b9442bc0665 | |
parent | 02c360501b25fc2b729e452d723af155ac3adac0 [diff] |
whoops Change-Id: I9c46bb443c43186fda1ae71e49278bd1a7d6aa6f
diff --git a/bmlutils/bmlutils.c b/bmlutils/bmlutils.c index 92bd929..5ac08b7 100644 --- a/bmlutils/bmlutils.c +++ b/bmlutils/bmlutils.c
@@ -27,7 +27,7 @@ { printf("bml restore\n"); int fd = open("/dev/block/bml7", O_RDWR | O_LARGEFILE); - return ioctl(fd, BML_UNLOCK_ALL, 0); + ioctl(fd, BML_UNLOCK_ALL, 0); char tmp[PATH_MAX]; sprintf("dd if=%s of=/dev/block/bml7 bs=4096", filename);