Skip to content
Commit c61f26fa authored by Richard Knutsson's avatar Richard Knutsson Committed by Linus Torvalds
Browse files

pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one



Use 'max(x,y)' instead of 'x < y ? y : x'.

Signed-off-by: default avatarRichard Knutsson <ricknu-0@student.ltu.se>
Acked-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6b2e4386
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment