Attention is currently required from: Nico Huber, Angel Pons, Simon Glass.
4 comments:
Patchset:
another option is just to submit it. […]
thank you! :)
I rebased this on the top of io_mock.h. […]
update: #3 done.
For #1 and #2 I would do them separately after this one, but tell me what you all think.
File tests/io_mock.h:
Patch Set #13, Line 37: unsigned char
I took these types from a Linux manual page, is there something […]
I took these types from hwaccess_x86_io.h because I thought, these are mocks for outx/inx and the mocks should have the same signatures as real functions.
Do you know why hwaccess has different types than Linux manual page? Maybe I am looking in the wrong place? But technically, we are mocking functions in hwaccess?
File tests/tests.c:
Patch Set #13, Line 26: static struct io_mock *current_io = NULL;
This could just be `const`, I guess, as there is no intention […]
oh yes thank you... warning gone!
To view, visit change 51487. To unsubscribe, or for help writing mail filters, visit settings.