remove unholy printk
This commit is contained in:
parent
22a92a0a06
commit
3f57f9d440
1 changed files with 0 additions and 2 deletions
|
@ -28,9 +28,7 @@ static ssize_t prcd_dev_read(struct file *filep, char *buffer, size_t len, loff_
|
|||
uint i;
|
||||
int count;
|
||||
get_random_bytes(&i, sizeof(i));
|
||||
printk(KERN_INFO "%i\n",i);
|
||||
i = i % N_BESTEMMIE;
|
||||
printk(KERN_INFO "%i\n",i);
|
||||
count = strlen(bestemmie[i]);
|
||||
|
||||
if (len < count)
|
||||
|
|
Loading…
Reference in a new issue