pci: intel_mid: Return true/false in function returning bool
authorFengguang Wu <fengguang.wu@intel.com>
Thu, 17 Oct 2013 22:35:28 +0000 (15:35 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Oct 2013 23:40:45 +0000 (16:40 -0700)
commit6c21b176a93ffaa8023555107167379ccdc6b71f
tree9f3d8457dd2da9494ca772311f83cc2bca5da103
parent05454c26eb3587b56abc5eb139797ac5afb6d77a
pci: intel_mid: Return true/false in function returning bool

Function 'type1_access_ok' should return bool value, not 0/1.
This patch changes 'return 0/1' to 'return false/true'.

Cc: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Cc: H. Peter Anvin <hpa@linux.intel.com>
Cc: David Cohen <david.a.cohen@linux.intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Link: http://lkml.kernel.org/r/1382049336-21316-5-git-send-email-david.a.cohen@linux.intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/pci/intel_mid_pci.c
This page took 0.039312 seconds and 5 git commands to generate.