Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187410
b: refs/heads/master
c: bd548e5
h: refs/heads/master
v: v3
  • Loading branch information
Maurus Cuelenaere authored and Ben Dooks committed Jan 21, 2010
1 parent 24acf5f commit f2491a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 46f2b478b21bdb5bb588317c971a77df13702660
refs/heads/master: bd548e5ef21ac2ff18b262a905543d7a2340fb87
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-samsung/include/plat/udc-hs.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* published by the Free Software Foundation.
*/

enum s3c_hostg_dmamode {
enum s3c_hsotg_dmamode {
S3C_HSOTG_DMA_NONE, /* do not use DMA at-all */
S3C_HSOTG_DMA_ONLY, /* always use DMA */
S3C_HSOTG_DMA_DRV, /* DMA is chosen by driver */
Expand All @@ -24,6 +24,6 @@ enum s3c_hostg_dmamode {
* @is_osc: The clock source is an oscillator, not a crystal
*/
struct s3c_hsotg_plat {
enum s3c_hostg_dmamode dma;
enum s3c_hsotg_dmamode dma;
unsigned int is_osc : 1;
};

0 comments on commit f2491a8

Please sign in to comment.