security: sdp: Missing line return

Change-Id: I9b357bc8ad10a78aa72fd5d8649e6c7399d386e1
This commit is contained in:
syphyr 2018-01-19 23:56:02 +01:00
parent ff20bd8e1a
commit c42c3b6f9d
1 changed files with 2 additions and 2 deletions

View File

@ -116,13 +116,13 @@ int get_sdp_sysfs_key_dump(void) {
}
#else
int dek_create_sysfs_key_dump(struct device *d) {
printk("key_dump feature not available");
printk("key_dump feature not available\n");
return 0;
}
int get_sdp_sysfs_key_dump(void) {
printk("key_dump feature not available");
printk("key_dump feature not available\n");
return 0;
}