mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
drivers: block: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
ce5fe5a047
commit
13056cb1e5
1 changed files with 0 additions and 1 deletions
|
@ -790,7 +790,6 @@ static ulong ide_read(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt,
|
|||
pwrsave = 1;
|
||||
}
|
||||
|
||||
|
||||
while (blkcnt-- > 0) {
|
||||
c = ide_wait(device, IDE_TIME_OUT);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue