Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9662
b: refs/heads/master
c: 17b6988
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Oct 5, 2005
1 parent df6896b commit bc5be1d
Show file tree
Hide file tree
Showing 3 changed files with 4 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: de54f3907d2f5d8e25cfafe513811f146b250dee
refs/heads/master: 17b698856328a42d5874ac87640e2cd84a824eef
3 changes: 2 additions & 1 deletion trunk/drivers/connector/connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ int cn_already_initialized = 0;
* a new message.
*
*/
int cn_netlink_send(struct cn_msg *msg, u32 __group, int gfp_mask)
int cn_netlink_send(struct cn_msg *msg, u32 __group,
unsigned int __nocast gfp_mask)
{
struct cn_callback_entry *__cbq;
unsigned int size;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ struct cn_dev {

int cn_add_callback(struct cb_id *, char *, void (*callback) (void *));
void cn_del_callback(struct cb_id *);
int cn_netlink_send(struct cn_msg *, u32, int);
int cn_netlink_send(struct cn_msg *, u32, unsigned int __nocast);

int cn_queue_add_callback(struct cn_queue_dev *dev, char *name, struct cb_id *id, void (*callback)(void *));
void cn_queue_del_callback(struct cn_queue_dev *dev, struct cb_id *id);
Expand Down

0 comments on commit bc5be1d

Please sign in to comment.