Openwrt/target/linux/oxnas/files
Daniel Golle 5e82e1ed2f oxnas: fix warning in SATA driver
drivers/ata/sata_oxnas.c: In function 'sata_oxnas_port_irq':
drivers/ata/sata_oxnas.c:2126:25: warning: left shift count >= width of type [-Wshift-count-overflow]
  if (ap->qc_active & (1 << ATA_TAG_INTERNAL)) {
                           ^~

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-03-31 21:30:57 +01:00
..
arch/arm oxnas: enable sata on Pogoplug V3/Pro 2020-03-17 17:36:34 +09:00
drivers oxnas: fix warning in SATA driver 2020-03-31 21:30:57 +01:00