am 40482ea2: Merge "fix comment in blockimg updater code" into lmp-dev

* commit '40482ea2ae5ca8cbcf46125f601c0bc766f99943':
  fix comment in blockimg updater code
This commit is contained in:
Doug Zongker
2014-09-04 15:49:21 +00:00
committed by Android Git Automerger
+3 -3
View File
@@ -37,9 +37,9 @@
#define BLOCKSIZE 4096
// Set this to 1 to interpret 'erase' transfers to mean do a
// BLKDISCARD ioctl. Set to 0 to interpret erase to mean fill the
// region with zeroes.
// Set this to 0 to interpret 'erase' transfers to mean do a
// BLKDISCARD ioctl (the normal behavior). Set to 1 to interpret
// erase to mean fill the region with zeroes.
#define DEBUG_ERASE 0
#ifndef BLKDISCARD