Fix minor copy/paste bug.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 1 week
This commit is contained in:
parent
aa9872243a
commit
6377527147
@ -7515,7 +7515,7 @@ smpphycontrol(struct cam_device *device, int argc, char **argv,
|
||||
response = malloc(sizeof(*response));
|
||||
if (response == NULL) {
|
||||
warn("%s: unable to allocate %zd bytes", __func__,
|
||||
sizeof(*request));
|
||||
sizeof(*response));
|
||||
retval = 1;
|
||||
goto bailout;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user