Re: [PATCH 2/2] PCI/AER: Use bool for AER disable state tracking

2025-06-13 Thread Manivannan Sadhasivam
On Sat, May 17, 2025 at 12:52:23AM +0800, Hans Zhang wrote: > From: Hans Zhang > > Change pcie_aer_disable variable to bool and update pci_no_aer() > to set it to true. Improves code readability and aligns with modern > kernel practices. > > Signed-off-by: Hans Zhang Applied to pci/misc! - Ma

[PATCH 2/2] PCI/AER: Use bool for AER disable state tracking

2025-05-16 Thread Hans Zhang
From: Hans Zhang Change pcie_aer_disable variable to bool and update pci_no_aer() to set it to true. Improves code readability and aligns with modern kernel practices. Signed-off-by: Hans Zhang --- drivers/pci/pcie/aer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d