From 095b8a3798f1c6cd618092899e783dc2ee0d23f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 2 Aug 2005 17:06:17 +0200 Subject: Coding style cleanup --- board/pm520/flash.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'board/pm520/flash.c') diff --git a/board/pm520/flash.c b/board/pm520/flash.c index 62700f9f9f..386822179d 100644 --- a/board/pm520/flash.c +++ b/board/pm520/flash.c @@ -334,7 +334,7 @@ static unsigned char intel_sector_protected (flash_info_t *info, ushort sector) return 1; } } - + /* issue the Read Identifier Codes command */ *addr = (FPW) INTEL_READID; @@ -351,8 +351,6 @@ static unsigned char intel_sector_protected (flash_info_t *info, ushort sector) return ret; } - - /*----------------------------------------------------------------------- */ -- cgit v1.2.1