Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3948
b: refs/heads/master
c: 92dd7ca
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jun 30, 2005
1 parent d015875 commit cc3719d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 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: da41119af78864d27ccbf505949df788d5e8aaf5
refs/heads/master: 92dd7ca0af8f769569bde98a83b4a8f4daec6ac5
4 changes: 0 additions & 4 deletions trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,6 @@ running once the system is up.
Format: {"of[f]" | "sk[ipmbr]"}
See comment in arch/i386/boot/edd.S

edd [EDD]
Format: {"of[f]" | "sk[ipmbr]"}
See comment in arch/i386/boot/edd.S

eicon= [HW,ISDN]
Format: <id>,<membase>,<irq>

Expand Down
4 changes: 2 additions & 2 deletions trunk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 12
EXTRAVERSION =
SUBLEVEL = 13
EXTRAVERSION =-rc1
NAME=Woozy Numbat

# *DOCUMENTATION*
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/block/ll_rw_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1917,10 +1917,9 @@ static struct request *get_request(request_queue_t *q, int rw, struct bio *bio,
* limit of requests, otherwise we could have thousands of requests
* allocated with any setting of ->nr_requests
*/
if (rl->count[rw] >= (3 * q->nr_requests / 2)) {
spin_unlock_irq(q->queue_lock);
if (rl->count[rw] >= (3 * q->nr_requests / 2))
goto out;
}

rl->count[rw]++;
rl->starved[rw] = 0;
if (rl->count[rw] >= queue_congestion_on_threshold(q))
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/chips/atxp1.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static ssize_t atxp1_storevcore(struct device *dev, struct device_attribute *att
if (vid == cvid)
return count;

dev_info(dev, "Setting VCore to %d mV (0x%02x)\n", vcore, vid);
dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", vcore, vid);

/* Write every 25 mV step to increase stability */
if (cvid > vid) {
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/net/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,9 @@ struct ieee80211_stats {

struct ieee80211_device;

#if 0 /* for later */
#include "ieee80211_crypt.h"
#endif

#define SEC_KEY_1 (1<<0)
#define SEC_KEY_2 (1<<1)
Expand Down

0 comments on commit cc3719d

Please sign in to comment.