summaryrefslogtreecommitdiffstats
path: root/mtdutils/rk3xhack.c
diff options
context:
space:
mode:
authorKra1o5 <kra1o5x@gmail.com>2014-06-20 19:06:06 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-06-30 19:02:47 +0200
commit3167936cf0ed5ca3ebbdbfba8b63b2905c506633 (patch)
tree69e22e13db687041a9a999d11440da8834a340eb /mtdutils/rk3xhack.c
parenton stock android, pthread_cancel and phtread_setcancelstate doesn't exist (diff)
downloadandroid_bootable_recovery-3167936cf0ed5ca3ebbdbfba8b63b2905c506633.tar
android_bootable_recovery-3167936cf0ed5ca3ebbdbfba8b63b2905c506633.tar.gz
android_bootable_recovery-3167936cf0ed5ca3ebbdbfba8b63b2905c506633.tar.bz2
android_bootable_recovery-3167936cf0ed5ca3ebbdbfba8b63b2905c506633.tar.lz
android_bootable_recovery-3167936cf0ed5ca3ebbdbfba8b63b2905c506633.tar.xz
android_bootable_recovery-3167936cf0ed5ca3ebbdbfba8b63b2905c506633.tar.zst
android_bootable_recovery-3167936cf0ed5ca3ebbdbfba8b63b2905c506633.zip
Diffstat (limited to '')
-rw-r--r--mtdutils/rk3xhack.c (renamed from mtdutils/rk30hack.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/mtdutils/rk30hack.c b/mtdutils/rk3xhack.c
index e9351b52e..930f60593 100644
--- a/mtdutils/rk30hack.c
+++ b/mtdutils/rk3xhack.c
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-/* This is a hack for Rockchip rk30xx based devices. The problem is that
+/* This is a hack for Rockchip rk3x based devices. The problem is that
* the MEMERASE ioctl is failing (hangs and never returns) in their kernel.
* The sources are not fully available, so fixing it in the rk30xxnand_ko driver
* is not possible.
@@ -32,7 +32,7 @@
#include <stdio.h>
#include <errno.h>
-#include "rk30hack.h"
+#include "rk3xhack.h"
int rk30_zero_out(int fd, off_t pos, ssize_t size)
{