Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367487
b: refs/heads/master
c: 7a2cf9b
h: refs/heads/master
i:
  367485: 7658e45
  367483: 07db4ec
  367479: 3b70136
  367471: a0e2535
  367455: ad732e7
  367423: 2a2e132
  367359: 066e864
v: v3
  • Loading branch information
Marcus Cooper authored and Lee Jones committed Mar 7, 2013
1 parent 8f3f79f commit 9186cc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f80ba63187439ef4ad3810ccd97633af9522be8
refs/heads/master: 7a2cf9bacf6c5f3119a9100f103dc46a1f648fbb
4 changes: 2 additions & 2 deletions trunk/drivers/power/ab8500_btemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int ab8500_btemp_batctrl_volt_to_res(struct ab8500_btemp *di,
if (di->bm->adc_therm == ABx500_ADC_THERM_BATCTRL) {
/*
* If the battery has internal NTC, we use the current
* source to calculate the resistance, 7uA or 20uA
* source to calculate the resistance.
*/
rbs = (v_batctrl * 1000
- di->bm->gnd_lift_resistance * inst_curr)
Expand Down Expand Up @@ -602,7 +602,7 @@ static int ab8500_btemp_id(struct ab8500_btemp *di)

/*
* We only have to change current source if the
* detected type is Type 1, else we use the 7uA source
* detected type is Type 1.
*/
if (di->bm->adc_therm == ABx500_ADC_THERM_BATCTRL &&
di->bm->batt_id == 1) {
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/power/ab8500_fg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ static void ab8500_fg_instant_work(struct work_struct *work)
}

/**
* ab8500_fg_cc_data_end_handler() - isr to get battery avg current.
* ab8500_fg_cc_data_end_handler() - end of data conversion isr.
* @irq: interrupt number
* @_di: pointer to the ab8500_fg structure
*
Expand All @@ -1999,7 +1999,7 @@ static irqreturn_t ab8500_fg_cc_data_end_handler(int irq, void *_di)
}

/**
* ab8500_fg_cc_convend_handler() - isr to get battery avg current.
* ab8500_fg_cc_int_calib_handler () - end of calibration isr.
* @irq: interrupt number
* @_di: pointer to the ab8500_fg structure
*
Expand Down

0 comments on commit 9186cc3

Please sign in to comment.