Skip to content

Commit 1e53647

Browse files
author
CKI KWF Bot
committed
Merge: s390/pci: Fix __pcilg_mio_inuser() inline assembly
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7169 JIRA: https://issues.redhat.com/browse/RHEL-105605 commit c4abe62 Signed-off-by: Mete Durlu <mdurlu@redhat.com> Approved-by: Steve Best <sbest@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
2 parents 193b768 + 0569ac6 commit 1e53647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/pci/pci_mmio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ static inline int __pcilg_mio_inuser(
224224
[ioaddr_len] "+&d" (ioaddr_len.pair),
225225
[cc] "+d" (cc), [val] "=d" (val),
226226
[dst] "+a" (dst), [cnt] "+d" (cnt), [tmp] "=d" (tmp),
227-
[shift] "+d" (shift)
227+
[shift] "+a" (shift)
228228
:: "cc", "memory");
229229

230230
/* did we write everything to the user space buffer? */

0 commit comments

Comments
 (0)