Loading arch/cris/arch-v10/drivers/eeprom.c +1 −1 Original line number Diff line number Diff line Loading @@ -375,7 +375,7 @@ int __init eeprom_init(void) } /* Opens the device. */ /* BKL not needed: no global resources accessed */ static int eeprom_open(struct inode * inode, struct file * file) { Loading arch/cris/arch-v32/drivers/cryptocop.c +1 −1 Original line number Diff line number Diff line Loading @@ -2302,7 +2302,7 @@ static int cryptocop_job_setup(struct cryptocop_prio_job **pj, struct cryptocop_ return 0; } /* No BKL needed here - no global resources accessed */ static int cryptocop_open(struct inode *inode, struct file *filp) { int p = iminor(inode); Loading drivers/char/cs5535_gpio.c +2 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,8 @@ static ssize_t cs5535_gpio_read(struct file *file, char __user *buf, return count; } /* No BKL needed here - "mask" is the only global resource used here and it's a boot-time parameter */ static int cs5535_gpio_open(struct inode *inode, struct file *file) { u32 m = iminor(inode); Loading drivers/char/dtlk.c +2 −0 Original line number Diff line number Diff line Loading @@ -288,6 +288,8 @@ static int dtlk_ioctl(struct inode *inode, } } /* No BKL needed here; "dtlk_busy" is the only global resource, and it is not ever set by anybody (test is broken) */ static int dtlk_open(struct inode *inode, struct file *file) { TRACE_TEXT("(dtlk_open"); Loading drivers/char/pc8736x_gpio.c +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ static struct nsc_gpio_ops pc8736x_gpio_ops = { .gpio_current = pc8736x_gpio_current }; /* No BKL needed here; no global resources accessed */ static int pc8736x_gpio_open(struct inode *inode, struct file *file) { unsigned m = iminor(inode); Loading Loading
arch/cris/arch-v10/drivers/eeprom.c +1 −1 Original line number Diff line number Diff line Loading @@ -375,7 +375,7 @@ int __init eeprom_init(void) } /* Opens the device. */ /* BKL not needed: no global resources accessed */ static int eeprom_open(struct inode * inode, struct file * file) { Loading
arch/cris/arch-v32/drivers/cryptocop.c +1 −1 Original line number Diff line number Diff line Loading @@ -2302,7 +2302,7 @@ static int cryptocop_job_setup(struct cryptocop_prio_job **pj, struct cryptocop_ return 0; } /* No BKL needed here - no global resources accessed */ static int cryptocop_open(struct inode *inode, struct file *filp) { int p = iminor(inode); Loading
drivers/char/cs5535_gpio.c +2 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,8 @@ static ssize_t cs5535_gpio_read(struct file *file, char __user *buf, return count; } /* No BKL needed here - "mask" is the only global resource used here and it's a boot-time parameter */ static int cs5535_gpio_open(struct inode *inode, struct file *file) { u32 m = iminor(inode); Loading
drivers/char/dtlk.c +2 −0 Original line number Diff line number Diff line Loading @@ -288,6 +288,8 @@ static int dtlk_ioctl(struct inode *inode, } } /* No BKL needed here; "dtlk_busy" is the only global resource, and it is not ever set by anybody (test is broken) */ static int dtlk_open(struct inode *inode, struct file *file) { TRACE_TEXT("(dtlk_open"); Loading
drivers/char/pc8736x_gpio.c +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ static struct nsc_gpio_ops pc8736x_gpio_ops = { .gpio_current = pc8736x_gpio_current }; /* No BKL needed here; no global resources accessed */ static int pc8736x_gpio_open(struct inode *inode, struct file *file) { unsigned m = iminor(inode); Loading