Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142012
b: refs/heads/master
c: 3446d4b
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Samuel Ortiz committed Apr 4, 2009
1 parent 234c79d commit 8f75ae7
Show file tree
Hide file tree
Showing 4 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: 47c10edd715d420cabd8622a4a458e9ac755b24d
refs/heads/master: 3446d4bb93b4d8c7c5b667dd0271669f012fb166
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/t7l66xb.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static int t7l66xb_mmc_disable(struct platform_device *mmc)

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

const static struct resource t7l66xb_mmc_resources[] = {
static const struct resource t7l66xb_mmc_resources[] = {
{
.start = 0x800,
.end = 0x9ff,
Expand All @@ -126,7 +126,7 @@ const static struct resource t7l66xb_mmc_resources[] = {
},
};

const static struct resource t7l66xb_nand_resources[] = {
static const struct resource t7l66xb_nand_resources[] = {
{
.start = 0xc00,
.end = 0xc07,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/tc6393xb.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static struct resource __devinitdata tc6393xb_mmc_resources[] = {
},
};

const static struct resource tc6393xb_ohci_resources[] = {
static const struct resource tc6393xb_ohci_resources[] = {
{
.start = 0x3000,
.end = 0x31ff,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/twl4030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static int twl4030_irq_thread(void *data)
long irq = (long)data;
struct irq_desc *desc = irq_to_desc(irq);
static unsigned i2c_errors;
const static unsigned max_i2c_errors = 100;
static const unsigned max_i2c_errors = 100;

if (!desc) {
pr_err("twl4030: Invalid IRQ: %ld\n", irq);
Expand Down

0 comments on commit 8f75ae7

Please sign in to comment.