On Tuesday 18 June 2019 04:39 PM, Bitan Biswas wrote:
The usage of BUG() macro is generally discouraged in kernel, unless it's a problem that results in a physical damage or loss of data. This patch removes unnecessary BUG() macros and replaces the rest with warning. Signed-off-by: Bitan Biswas <bbiswas@xxxxxxxxxx>
Acked By: Laxman Dewangan <ldewangan@xxxxxxxxxx> Thanks, Laxman