mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 11:43:46 +00:00
hw/isa/ich9: Remove stray empty comment
Remove stray empty comment in IRQ routing function. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
1abe9d78ef
commit
947c2b6d8b
@ -182,7 +182,6 @@ static uint64_t ich9_cc_read(void *opaque, hwaddr addr,
|
||||
}
|
||||
|
||||
/* IRQ routing */
|
||||
/* */
|
||||
static void ich9_lpc_rout(uint8_t pirq_rout, int *pic_irq, int *pic_dis)
|
||||
{
|
||||
*pic_irq = pirq_rout & ICH9_LPC_PIRQ_ROUT_MASK;
|
||||
|
Loading…
Reference in New Issue
Block a user