mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
aspeed: host:bmc:device: fix typo
Signed-off-by: ryan_chen <ryan_chen@aspeedtech.com> Change-Id: I563d09ea64563df791f26d19fff337d702f42858
This commit is contained in:
parent
11a94e5918
commit
d16fe1d8ef
|
|
@ -213,7 +213,7 @@ irqreturn_t aspeed_pci_host_bmc_device_interrupt(int irq, void *dev_id)
|
|||
writel(BMC2HOST_ENABLE_INTB, pci_bmc_device->msg_bar_reg + ASPEED_PCI_BMC_BMC2HOST_STS);
|
||||
|
||||
if (bmc2host_q_sts & BMC2HOST_Q1_FULL)
|
||||
dev_info(pci_bmc_device->dev, "Q2 Full\n");
|
||||
dev_info(pci_bmc_device->dev, "Q1 Full\n");
|
||||
|
||||
if (bmc2host_q_sts & BMC2HOST_Q2_FULL)
|
||||
dev_info(pci_bmc_device->dev, "Q2 Full\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user