From: jsg Date: Thu, 6 Apr 2017 07:07:28 +0000 (+0000) Subject: remove stray character in previous that broke the build X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6eea0e83e8baef8bb52141c3a3b1eb7b517197de;p=openbsd remove stray character in previous that broke the build --- diff --git a/sys/dev/sdmmc/sdmmc.c b/sys/dev/sdmmc/sdmmc.c index 8f20fd0546f..81c5a101454 100644 --- a/sys/dev/sdmmc/sdmmc.c +++ b/sys/dev/sdmmc/sdmmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdmmc.c,v 1.46 2017/04/06 03:15:29 deraadt Exp $ */ +/* $OpenBSD: sdmmc.c,v 1.47 2017/04/06 07:07:28 jsg Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler @@ -476,7 +476,7 @@ sdmmc_set_bus_power(struct sdmmc_softc *sc, u_int32_t host_ocr, /* Mask off unsupported voltage levels and select the lowest. */ DPRINTF(1,("%s: host_ocr=%x ", DEVNAME(sc), host_ocr)); host_ocr &= card_ocr; -b for (bit = 4; bit < 23; bit++) { + for (bit = 4; bit < 23; bit++) { if (ISSET(host_ocr, 1<