Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165027
b: refs/heads/master
c: d77282c
h: refs/heads/master
i:
  165025: 81d9d41
  165023: 61e8a60
v: v3
  • Loading branch information
Anand Gadiyar authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 9b9d6a5 commit c523d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 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: 7f536692afd45eea349501beb2b76492a3524a28
refs/heads/master: d77282c836d6c2601da6a188812b20cff8e9bbe2
23 changes: 3 additions & 20 deletions trunk/drivers/usb/otg/isp1301_omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,24 +117,7 @@ static void enable_vbus_draw(struct isp1301 *isp, unsigned mA)
pr_debug(" VBUS %d mA error %d\n", mA, status);
}

static void enable_vbus_source(struct isp1301 *isp)
{
/* this board won't supply more than 8mA vbus power.
* some boards can switch a 100ma "unit load" (or more).
*/
}


/* products will deliver OTG messages with LEDs, GUI, etc */
static inline void notresponding(struct isp1301 *isp)
{
printk(KERN_NOTICE "OTG device not responding.\n");
}


#endif

#if defined(CONFIG_MACH_OMAP_H4)
#else

static void enable_vbus_draw(struct isp1301 *isp, unsigned mA)
{
Expand All @@ -144,6 +127,8 @@ static void enable_vbus_draw(struct isp1301 *isp, unsigned mA)
*/
}

#endif

static void enable_vbus_source(struct isp1301 *isp)
{
/* this board won't supply more than 8mA vbus power.
Expand All @@ -159,8 +144,6 @@ static inline void notresponding(struct isp1301 *isp)
}


#endif

/*-------------------------------------------------------------------------*/

static struct i2c_driver isp1301_driver;
Expand Down

0 comments on commit c523d48

Please sign in to comment.