Commit 4738cae3 authored by Sean Young's avatar Sean Young Committed by Hans Verkuil
Browse files

media: gpio-ir-tx: Remove redundant call to local_irq_disable()

parent 2af8dbd4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -78,8 +78,6 @@ static void gpio_ir_tx_unmodulated(struct gpio_ir *gpio_ir, uint *txbuf,
	ktime_t edge;
	int i;

	local_irq_disable();

	edge = ktime_get();

	for (i = 0; i < count; i++) {
@@ -110,8 +108,6 @@ static void gpio_ir_tx_modulated(struct gpio_ir *gpio_ir, uint *txbuf,
	space = DIV_ROUND_CLOSEST((100 - gpio_ir->duty_cycle) *
				  (NSEC_PER_SEC / 100), gpio_ir->carrier);

	local_irq_disable();

	edge = ktime_get();

	for (i = 0; i < count; i++) {