mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Remove exit call from sys_physmap_*
All callers are prepared to handle error if ERROR_PTR is returned. The Manpage mentioning the respective return code is readapted. Corresponding to flashrom svn r1744. Signed-off-by: Niklas Söderlund <niso@kth.se> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:

committed by
Stefan Tauner

parent
26e7a154a8
commit
2d8b7ef4a8
@ -857,8 +857,7 @@ backuplog.txt, writelog.txt and restorelog.txt. See section
|
||||
.B BUGS
|
||||
for contact info.
|
||||
.SH EXIT STATUS
|
||||
flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem
|
||||
(/dev/xsvc on Solaris) can not be opened and with 3 if a call to mmap() fails.
|
||||
flashrom exits with 0 on success, 1 on most failures but with 3 if a call to mmap() fails.
|
||||
.SH REQUIREMENTS
|
||||
flashrom needs different access permissions for different programmers.
|
||||
.sp
|
||||
|
Reference in New Issue
Block a user