We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 193b768 + 0569ac6 commit 1e53647Copy full SHA for 1e53647
arch/s390/pci/pci_mmio.c
@@ -224,7 +224,7 @@ static inline int __pcilg_mio_inuser(
224
[ioaddr_len] "+&d" (ioaddr_len.pair),
225
[cc] "+d" (cc), [val] "=d" (val),
226
[dst] "+a" (dst), [cnt] "+d" (cnt), [tmp] "=d" (tmp),
227
- [shift] "+d" (shift)
+ [shift] "+a" (shift)
228
:: "cc", "memory");
229
230
/* did we write everything to the user space buffer? */
0 commit comments