Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c09fcc43 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Tony Lindgren
Browse files

arch/arm/mach-omap2: Remove unecessary semicolon

parent 11eff278
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -218,7 +218,7 @@ void __init board_flash_init(struct flash_partitions partition_info[],
			if (onenandcs > GPMC_CS_NUM)
			if (onenandcs > GPMC_CS_NUM)
				onenandcs = cs;
				onenandcs = cs;
			break;
			break;
		};
		}
		cs++;
		cs++;
	}
	}


+1 −1
Original line number Original line Diff line number Diff line
@@ -382,7 +382,7 @@ void omap2_init_clksel_parent(struct clk *clk)
						  __clk_get_name(parent) :
						  __clk_get_name(parent) :
						 "NULL"));
						 "NULL"));
					clk_reparent(clk, clks->parent);
					clk_reparent(clk, clks->parent);
				};
				}
				found = 1;
				found = 1;
			}
			}
		}
		}
+1 −1
Original line number Original line Diff line number Diff line
@@ -486,7 +486,7 @@ void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state)
		default:
		default:
			/* Nothing to be done */
			/* Nothing to be done */
			break;
			break;
		};
		}


		if (val >= 0) {
		if (val >= 0) {
			omap_mux_write(pad->partition, val,
			omap_mux_write(pad->partition, val,
+3 −3
Original line number Original line Diff line number Diff line
@@ -3738,7 +3738,7 @@ int __init omap3xxx_hwmod_init(void)
	} else {
	} else {
		WARN(1, "OMAP3 hwmod family init: unknown chip type\n");
		WARN(1, "OMAP3 hwmod family init: unknown chip type\n");
		return -EINVAL;
		return -EINVAL;
	};
	}


	r = omap_hwmod_register_links(h);
	r = omap_hwmod_register_links(h);
	if (r < 0)
	if (r < 0)
@@ -3755,7 +3755,7 @@ int __init omap3xxx_hwmod_init(void)
		   rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 ||
		   rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 ||
		   rev == OMAP3430_REV_ES3_1_2) {
		   rev == OMAP3430_REV_ES3_1_2) {
		h = omap3430es2plus_hwmod_ocp_ifs;
		h = omap3430es2plus_hwmod_ocp_ifs;
	};
	}


	if (h) {
	if (h) {
		r = omap_hwmod_register_links(h);
		r = omap_hwmod_register_links(h);
@@ -3770,7 +3770,7 @@ int __init omap3xxx_hwmod_init(void)
	} else if (rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 ||
	} else if (rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 ||
		   rev == OMAP3430_REV_ES3_1_2) {
		   rev == OMAP3430_REV_ES3_1_2) {
		h = omap3430_es3plus_hwmod_ocp_ifs;
		h = omap3430_es3plus_hwmod_ocp_ifs;
	};
	}


	if (h)
	if (h)
		r = omap_hwmod_register_links(h);
		r = omap_hwmod_register_links(h);
+1 −1
Original line number Original line Diff line number Diff line
@@ -168,7 +168,7 @@ static int pm_dbg_open(struct inode *inode, struct file *file)
	default:
	default:
		return single_open(file, pm_dbg_show_timers,
		return single_open(file, pm_dbg_show_timers,
			&inode->i_private);
			&inode->i_private);
	};
	}
}
}


static const struct file_operations debug_fops = {
static const struct file_operations debug_fops = {