commit | 1da2c9a638f8af7be3daf1fa8dbd087b3284d16e | [log] [tgz] |
---|---|---|
author | Todd Poynor <tpoynor@mvista.com> | Tue Aug 02 21:36:09 2005 +0100 |
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | Thu Aug 04 12:52:09 2005 +0200 |
tree | 6a19cb3ae7b28fa0f71c1020bb4c076a53595df8 | |
parent | 65a8de36b48f1c1cd02940c4480bc8e290540d18 [diff] |
[MTD] Pre-CFI Sharp chip driver: Some speedups and cleanups Remove useless udelay(100) after status value already read. Poll for status OK with reduced udelay if not immediate OK status return. Fix read and compare of 32-bit status value using 16-bit variable. Include slab.h since kmalloc/kfree are called. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>