Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332695
b: refs/heads/master
c: 92aeb5d
h: refs/heads/master
i:
  332693: 4df880d
  332691: 1c39f96
  332687: 368ace9
v: v3
  • Loading branch information
Sachin Kamat authored and David Woodhouse committed Sep 29, 2012
1 parent b0849e4 commit 971de10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 056fcab51c8a9e7735f5441efaa82d9201ac4d8d
refs/heads/master: 92aeb5d20c188fc7c28d7a5895a6b2f56038a2bd
5 changes: 4 additions & 1 deletion trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#define pr_fmt(fmt) "nand-s3c2410: " fmt

#ifdef CONFIG_MTD_NAND_S3C2410_DEBUG
#define DEBUG
#endif
Expand Down Expand Up @@ -215,7 +217,8 @@ static int s3c_nand_calc_rate(int wanted, unsigned long clk, int max)
pr_debug("result %d from %ld, %d\n", result, clk, wanted);

if (result > max) {
printk("%d ns is too big for current clock rate %ld\n", wanted, clk);
pr_err("%d ns is too big for current clock rate %ld\n",
wanted, clk);
return -1;
}

Expand Down

0 comments on commit 971de10

Please sign in to comment.