Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
b691118f
Commit
b691118f
authored
Aug 28, 2023
by
Ard Biesheuvel
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'linux-efi/urgent' into efi/next
parents
a14198df
8b94da92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/firmware/efi/libstub/x86-stub.c
drivers/firmware/efi/libstub/x86-stub.c
+1
-1
No files found.
drivers/firmware/efi/libstub/x86-stub.c
View file @
b691118f
...
@@ -72,7 +72,7 @@ preserve_pci_rom_image(efi_pci_io_protocol_t *pci, struct pci_setup_rom **__rom)
...
@@ -72,7 +72,7 @@ preserve_pci_rom_image(efi_pci_io_protocol_t *pci, struct pci_setup_rom **__rom)
rom
->
data
.
type
=
SETUP_PCI
;
rom
->
data
.
type
=
SETUP_PCI
;
rom
->
data
.
len
=
size
-
sizeof
(
struct
setup_data
);
rom
->
data
.
len
=
size
-
sizeof
(
struct
setup_data
);
rom
->
data
.
next
=
0
;
rom
->
data
.
next
=
0
;
rom
->
pcilen
=
pci
->
romsize
;
rom
->
pcilen
=
romsize
;
*
__rom
=
rom
;
*
__rom
=
rom
;
status
=
efi_call_proto
(
pci
,
pci
.
read
,
EfiPciIoWidthUint16
,
status
=
efi_call_proto
(
pci
,
pci
.
read
,
EfiPciIoWidthUint16
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment