mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Fix a typo in the last commit so that this compiles.
This commit is contained in:
parent
3dd0dbfeb9
commit
34f71eeb3c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64435
@ -585,7 +585,7 @@ editlist_save(struct cam_device *device, int modepage, int page_control,
|
||||
mode_pars = MODE_PAGE_DATA(mph);
|
||||
|
||||
/* Encode the value data to be passed back to the device. */
|
||||
buff_encode_visit(mode_pars, mh->data_length, format);
|
||||
buff_encode_visit(mode_pars, mh->data_length, format,
|
||||
editentry_save, 0);
|
||||
|
||||
/* Eliminate block descriptors. */
|
||||
|
Loading…
Reference in New Issue
Block a user