Merge branch 'liquidio-standardization-and-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Jul 2017 00:29:35 +0000 (17:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jul 2017 00:29:35 +0000 (17:29 -0700)
commit1812bc43375a991e982086b400eb2a4acf9d6a01
tree17230a58cf97bf52bf1fb2b4cf638dba11f9a040
parentfb5e7606b100668293f7b0c4a719f7a73233cbb1
parent19d5c35950ad222e7f0cb076b428f0888f3f15f4
Merge branch 'liquidio-standardization-and-cleanup'

Rick Farrington says:

====================
liquidio: standardization and cleanup

This patchset corrects some non-standard macro usage.

1. Replaced custom MIN macro with use of standard 'min_t'.
2. Removed cryptic and misleading macro 'CAST_ULL'.

change log:
V1 -> V2:
  1. Add driver cleanup of macro 'CAST_ULL'.
V2 -> V3:
  1. Remove extra parentheses from previous usage of macro 'CAST_ULL'.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>