diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-24 21:31:42 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-24 21:31:42 +0200 |
commit | 057bf8fc5f390cf78dc440b3e72d540aeafe1e81 (patch) | |
tree | 588d8e7a08622f961a76b13d6cd3690ad557d8c1 /target/linux/oxnas | |
parent | 35985454a6032bfac0d29b9976d856a89580c01c (diff) | |
download | upstream-057bf8fc5f390cf78dc440b3e72d540aeafe1e81.tar.gz upstream-057bf8fc5f390cf78dc440b3e72d540aeafe1e81.tar.bz2 upstream-057bf8fc5f390cf78dc440b3e72d540aeafe1e81.zip |
kernel: bump 5.10 to 5.10.197
All patches automatically rebased.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r-- | target/linux/oxnas/patches-5.10/999-libata-hacks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/oxnas/patches-5.10/999-libata-hacks.patch b/target/linux/oxnas/patches-5.10/999-libata-hacks.patch index 461a1b87f4..beceb91062 100644 --- a/target/linux/oxnas/patches-5.10/999-libata-hacks.patch +++ b/target/linux/oxnas/patches-5.10/999-libata-hacks.patch @@ -36,7 +36,7 @@ --- a/include/linux/libata.h +++ b/include/linux/libata.h -@@ -912,6 +912,8 @@ struct ata_port_operations { +@@ -916,6 +916,8 @@ struct ata_port_operations { enum ata_completion_errors (*qc_prep)(struct ata_queued_cmd *qc); unsigned int (*qc_issue)(struct ata_queued_cmd *qc); bool (*qc_fill_rtf)(struct ata_queued_cmd *qc); @@ -45,7 +45,7 @@ /* * Configuration and exception handling -@@ -1002,6 +1004,9 @@ struct ata_port_operations { +@@ -1006,6 +1008,9 @@ struct ata_port_operations { void (*phy_reset)(struct ata_port *ap); void (*eng_timeout)(struct ata_port *ap); |