Commit 21e2e1ab authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Kevin Hilman
Browse files

arm: omap2: use string choices helper

parent 74139a64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ static int n8x0_mmc_set_power_menelaus(struct device *dev, int slot,

#ifdef CONFIG_MMC_DEBUG
	dev_dbg(dev, "Set slot %d power: %s (vdd %d)\n", slot + 1,
		power_on ? "on" : "off", vdd);
		str_on_off(power_on), vdd);
#endif
	if (slot == 0) {
		if (!power_on)