Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firmware: ti_sci: rm: remove unneeded semicolon

The semicolon after `}' is unneeded. So, just remove it.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20211114055333.217919-1-wangborong@cdjrlc.com

authored by

Jason Wang and committed by
Nishanth Menon
7c1c1d36 8aa35e0b

+1 -1
+1 -1
drivers/firmware/ti_sci.c
··· 1759 1759 desc->num = resp->range_num; 1760 1760 desc->start_sec = resp->range_start_sec; 1761 1761 desc->num_sec = resp->range_num_sec; 1762 - }; 1762 + } 1763 1763 1764 1764 fail: 1765 1765 ti_sci_put_one_xfer(&info->minfo, xfer);