format string fix for bus_space_tag_t
authorsf <sf@openbsd.org>
Sun, 4 May 2014 18:18:36 +0000 (18:18 +0000)
committersf <sf@openbsd.org>
Sun, 4 May 2014 18:18:36 +0000 (18:18 +0000)
commit8970610a3f4d305c6c5e96c0daf7ec734a9d9bd6
tree0fd336154d83381395ea01aa0f371616ac320ebc
parentb5ca634a731d9343848bbc952f43776c476f1478
format string fix for bus_space_tag_t

bus_space_tag_t is a pointer everywhere, except on i386, where it's an int.
Cast to long.

ok kettenis@
'Right idiom' deraadt@
sys/dev/ipmi.c