fix compiler warning about use uninitialized variable on ix86
/*
* Get the Bluetooth + Wireless status using the ANTR method
- * FIXME: what if ANTR and BTST disagree ? we thrust ANTR for now
+ * FIXME: what if ANTR and BTST disagree ? we trust ANTR for now
*/
static int get_wireless_status(const struct acpi_backend_data *priv_data, unsigned int *state)
{
static inline u32 intel_do_smi_call(u16 function, struct pci_dev *lpc_bridge)
{
- u32 state, sci_en;
+ u32 state;
unsigned long flags;
u32 retval = 0;
+ u32 sci_en = 0;
local_irq_save(flags);
preempt_disable();