Re: [PATCH v2 2/2] staging: rtl8188eu: ternary operator (?:) replaced by min kernel macro

2015-10-27 Thread kbuild test robot
Hi Ivan, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url:

[PATCH v2 2/2] staging: rtl8188eu: ternary operator (?:) replaced by min kernel macro

2015-10-26 Thread Ivan Safonov
min macro better conveys the meaning of the code. Signed-off-by: Ivan Safonov --- Changes in v2: - big patchset splitted into some small independent patches. - before replacing (?:) to macro min variables given to the appropriate type.