commit | 55c40648d31d0d97608f266955b8afae74e2b686 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Fri Jun 03 12:11:16 2016 -0700 |
committer | Doug Ledford <dledford@redhat.com> | Mon Jun 06 19:37:23 2016 -0400 |
tree | 607f89a033b35327c506977dedeed000353fcd4b | |
parent | d55215c50e4eaa4b906a42ef45884d8fcbadc777 [diff] |
IB/hfi1: Suppress sparse warnings Avoid that sparse reports the following warnings for the hfi1 driver: trace.c:217:13: warning: no previous prototype for ‘print_u64_array’ [-Wmissing-prototypes] user_sdma.c:1361:17: warning: dubious: !x & y Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Cc: Mike Marciniszyn <mike.marciniszyn@intel.com> Cc: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>